Author: moeller Date: 2013-09-17 11:29:59 +0000 (Tue, 17 Sep 2013) New Revision: 14726
Modified: trunk/packages/mgltools/mgltools-external-get-orig-source/get-orig-source Log: Added avoidance of local gzip files for packing from CVS of MGLTools. Modified: trunk/packages/mgltools/mgltools-external-get-orig-source/get-orig-source =================================================================== --- trunk/packages/mgltools/mgltools-external-get-orig-source/get-orig-source 2013-09-16 17:48:11 UTC (rev 14725) +++ trunk/packages/mgltools/mgltools-external-get-orig-source/get-orig-source 2013-09-17 11:29:59 UTC (rev 14726) @@ -95,7 +95,7 @@ mv "$package" "$origDirname" echo -n "I: Number of files in package: " -GZIP=-9 tar --exclude CVS -czvf "$TARDIR/$origFilename" "$origDirname" | wc -l +GZIP=-9n tar --exclude CVS -czvf "$TARDIR/$origFilename" "$origDirname" | wc -l mv "$origDirname" "$package" echo "I: done" _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
