From b18e2e1f641e68e925d6afbb597056505b86ad44 Mon Sep 17 00:00:00 2001 From: helly Date: Sat, 18 Feb 2006 21:54:35 +0000 Subject: [PATCH] - Use correct switch to suppress dir names for windows binary package --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1