Wed, 31 Jul 2013 19:51:20 +0200
Correct missing whitespace in distribution logic.
src/firefoxos/Makefile | file | annotate | diff | comparison | revisions |
1.1 --- a/src/firefoxos/Makefile Wed Jul 31 19:48:00 2013 +0200 1.2 +++ b/src/firefoxos/Makefile Wed Jul 31 19:51:20 2013 +0200 1.3 @@ -42,5 +42,5 @@ 1.4 @if [ -e $(distdir)/$(ZIPBALL) ]; \ 1.5 then $(PROGECHO) '$(distdir)/$(ZIPBALL) already exists, aborting.'; \ 1.6 else \ 1.7 - $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\*-x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ 1.8 + $(PROGZIP) -r9 $(distdir)/$(ZIPBALL) . -x Makefile -x test/\* -x otpwcalc.appcache -x jquery.plugins/\* -x img/keonmobile.png -x img/\*.svg -x img/\*.xcf; \ 1.9 fi