From f2d9be1dfa6d5bc16cb2ec0cd435a6f6673f910b Mon Sep 17 00:00:00 2001 From: oparviai Date: Fri, 15 Jul 2011 19:43:30 +0000 Subject: [PATCH] Updated tar command switch --- createsrcpack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createsrcpack b/createsrcpack index 315a4b3..5a7a00e 100755 --- a/createsrcpack +++ b/createsrcpack @@ -11,5 +11,5 @@ rm createsrcpack chmod u+x bootstrap cd .. zip -r9 soundtouch.zip soundtouch -tar -cfh soundtouch.tar soundtouch +tar -chf soundtouch.tar soundtouch gzip soundtouch.tar