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