Author: jfrederic.clere(a)jboss.com
Date: 2009-03-20 09:39:20 -0400 (Fri, 20 Mar 2009)
New Revision: 2380
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
crap wrong location...
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-03-20 12:39:14 UTC (rev 2379)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-03-20 13:39:20 UTC (rev 2380)
@@ -245,7 +245,7 @@
for file in `ls *.sl`
do
nfile=`echo $file | sed 's:\.sl:\.so:'`
- cp -p $file $nfile
+ cp -p $file ../../target/$nfile
done
else
cp *.so ../../target
Show replies by thread