# HG changeset patch # User Michael Schloh von Bennewitz # Date 1375293080 -7200 # Node ID 9ca643a771154f0359574dcef5c07a4afc8b68cd # Parent d1b294812560dd1e723b9387e4822f8f324bf775 Correct missing whitespace in distribution logic. diff -r d1b294812560 -r 9ca643a77115 src/firefoxos/Makefile --- a/src/firefoxos/Makefile Wed Jul 31 19:48:00 2013 +0200 +++ b/src/firefoxos/Makefile Wed Jul 31 19:51:20 2013 +0200 @@ -42,5 +42,5 @@ @if [ -e $(distdir)/$(ZIPBALL) ]; \ then $(PROGECHO) '$(distdir)/$(ZIPBALL) already exists, aborting.'; \ else \ - $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ + $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\* -x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ fi