From: helly Date: Sat, 18 Feb 2006 21:54:35 +0000 (+0000) Subject: - Use correct switch to suppress dir names for windows binary package X-Git-Tag: 0.13.6~459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b18e2e1f641e68e925d6afbb597056505b86ad44;p=re2c - Use correct switch to suppress dir names for windows binary package --- diff --git a/Makefile.am b/Makefile.am index 793e9f66..8fc58a6e 100755 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ zip: $(bin_PROGRAMS) $(EXTRA_ZIP) zip -q -o -9 re2c-$(PACKAGE_VERSION)-src.zip $(re2c_SOURCES) $(EXTRA_ZIP) if test -f re2c-$(PACKAGE_VERSION)-bin.zip; then rm -f re2c-$(PACKAGE_VERSION)-bin.zip; fi if test -f Release-2005/re2c.exe; then \ - zip -q -o -9 -D re2c-$(PACKAGE_VERSION)-bin.zip $(win_BINARIES); \ + zip -q -o -9 -j re2c-$(PACKAGE_VERSION)-bin.zip $(win_BINARIES); \ fi; release: dist zip src-rpm