[Pgp-tools-commit] r341 - trunk

thijs at alioth.debian.org thijs at alioth.debian.org
Fri Jul 20 15:00:39 UTC 2007


Author: thijs
Date: 2007-07-20 15:00:39 +0000 (Fri, 20 Jul 2007)
New Revision: 341

Modified:
   trunk/Makefile
Log:
use maximum compression for orig.tar.gz


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-07-09 13:01:46 UTC (rev 340)
+++ trunk/Makefile	2007-07-20 15:00:39 UTC (rev 341)
@@ -15,7 +15,7 @@
 	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:




More information about the Pgp-tools-commit mailing list