[ewg] PATCH compress tgt with bzip instead of gzip

Doron Shoham dorons at voltaire.com
Mon Jul 21 04:23:59 PDT 2008


Compress tgt with bzip instead of gzip
For compatibility with the spec file.

Signed-off-by: Doron Shoham <dorons at voltaire.com>
---
 build_ofed.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build_ofed.sh b/build_ofed.sh
index fdbae83..83e4eeb 100755
--- a/build_ofed.sh
+++ b/build_ofed.sh
@@ -503,7 +503,7 @@ get_tgt()
     ex git checkout -f ${tgt_branch}
 
     mkdir -p topdir/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
-    ex tar czf topdir/SOURCES/tgt-generic.tar.bz2 tgt-generic
+    ex tar cjf topdir/SOURCES/tgt-generic.tar.bz2 tgt-generic
     ex cp tgt.spec topdir/SPECS
 
     set -x
-- 
1.5.3.8





More information about the ewg mailing list