`make release' tweak to prevent tarball containing trailing NULs (fix from
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 9 Aug 2004 17:09:40 +0000 (17:09 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 9 Aug 2004 17:09:40 +0000 (17:09 +0000)
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

index 280497f..f20238d 100644 (file)
--- 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