Author: jfrederic.clere(a)jboss.com
Date: 2011-06-22 11:56:15 -0400 (Wed, 22 Jun 2011)
New Revision: 2797
Modified:
trunk/build/unix/util/jbossweb/files.sh
Log:
use gzip ... In case there isn't a gnu tar :-(
Modified: trunk/build/unix/util/jbossweb/files.sh
===================================================================
--- trunk/build/unix/util/jbossweb/files.sh 2011-06-22 15:11:45 UTC (rev 2796)
+++ trunk/build/unix/util/jbossweb/files.sh 2011-06-22 15:56:15 UTC (rev 2797)
@@ -109,7 +109,7 @@
fi
(cd src/main/resources/bin/META-INF/lib
if [ $TYPE = "tar" ]; then
- tar zxvf ../../../../../../$FILE
+ gzip -dc ../../../../../../$FILE | tar xvf -
else
unzip -o ../../../../../../$FILE
fi
Show replies by date