Author: jfrederic.clere(a)jboss.com
Date: 2009-03-12 11:34:06 -0400 (Thu, 12 Mar 2009)
New Revision: 2356
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
typo.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-03-12 14:58:28 UTC (rev 2355)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-03-12 15:34:06 UTC (rev 2356)
@@ -245,7 +245,7 @@
)
done
(cd ../mod_cluster/target
- tar -zf - *.so | gzip -c >
${build_top}/output/${PACKAGE}-${build_version}-${BUILD_SYS}-${BUILD_CPU}-so.tar.gz
+ tar -cf - *.so | gzip -c >
${build_top}/output/${PACKAGE}-${build_version}-${BUILD_SYS}-${BUILD_CPU}-so.tar.gz
)
fi