From 75697cf31cbb6a89c251bdf1f78b7ffa0b65e7a5 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 9 Aug 2004 17:09:40 +0000 Subject: [PATCH] `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 --- 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 -- 2.11.0