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

Signed-off-by: Doron Shoham <[EMAIL PROTECTED]>
---
 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


_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to