From 1abf031b4e40186e77014ab80b3ad6d772d7489c Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 9 Aug 2004 17:09:40 +0000 Subject: `make release' tweak to prevent tarball containing trailing NULs (fix from putty/mkunxarc.sh) - apparently this upsets some older gzips (1.2.4). [originally from svn r4431] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 280497f..f20238d 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ release: ) > reltmp/$(RELDIR)/manifest; \ echo "-DVERSION=\"$(VERSION)\"" > reltmp/$(RELDIR)/version; \ fi - tar chzvoCf reltmp - $(RELDIR) > $(RELDIR).tar.gz + tar chzvoCf reltmp $(RELDIR).tar.gz $(RELDIR) rm -rf reltmp else -- cgit v1.1