[packages/xdg-utils] - use -o to specify output file

glen glen at pld-linux.org
Sat Dec 29 15:45:40 CET 2012


commit 87db75cfb4f14212133e6f216f16871a837e3f2b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Dec 29 16:45:35 2012 +0200

    - use -o to specify output file

 get-source.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/get-source.sh b/get-source.sh
index c667afc..e606fb4 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -20,4 +20,4 @@ if [ -e $ARCHIVE ]; then
 	echo >&2 "$ARCHIVE already exists"
 	exit 0
 fi
-git archive master --format tar --prefix=$PACKAGE-$VERSION/ | gzip -9 > $ARCHIVE
+git archive master --prefix=$PACKAGE-$VERSION/ -o $ARCHIVE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xdg-utils.git/commitdiff/87db75cfb4f14212133e6f216f16871a837e3f2b



More information about the pld-cvs-commit mailing list