From 80c7628f16785ee7177e83349849b6b40db02498 Mon Sep 17 00:00:00 2001 From: thijs Date: Fri, 20 Jul 2007 15:00:39 +0000 Subject: [PATCH] use maximum compression for orig.tar.gz git-svn-id: svn://svn.debian.org/pgp-tools/trunk@341 b513b33f-fedd-0310-b452-c3deb5f4c849 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28248c9..8b1794c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ dist: mkdir $(TGZ_DIR) for dir in $(DIRS) ; do cp -a $$dir $(TGZ_DIR); done cp -a README TODO Makefile $(TGZ_DIR) - tar cvz -f $(TGZ) --exclude .svn $(TGZ_DIR) + GZIP=--best tar cvz -f $(TGZ) --exclude .svn $(TGZ_DIR) rm -rf $(TGZ_DIR) tag-release: -- 2.30.2