From: jacob Date: Mon, 9 Aug 2004 17:09:40 +0000 (+0000) Subject: `make release' tweak to prevent tarball containing trailing NULs (fix from X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/75697cf31cbb6a89c251bdf1f78b7ffa0b65e7a5 `make release' tweak to prevent tarball containing trailing NULs (fix from putty/mkunxarc.sh) - apparently this upsets some older gzips (1.2.4). git-svn-id: svn://svn.tartarus.org/sgt/halibut@4431 cda61777-01e9-0310-a592-d414129be87e --- 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