Author: jm
Date: 2011-05-31 12:49:59 -0700 (Tue, 31 May 2011)
New Revision: 25603
Modified:
csplugins/trunk/toronto/jm/repacker/repack.sh
Log:
Made process of pulling out native libraries more robust
Modified: csplugins/trunk/toronto/jm/repacker/repack.sh
===================================================================
--- csplugins/trunk/toronto/jm/repacker/repack.sh 2011-05-31 19:31:15 UTC
(rev 25602)
+++ csplugins/trunk/toronto/jm/repacker/repack.sh 2011-05-31 19:49:59 UTC
(rev 25603)
@@ -12,7 +12,7 @@
do
unzip -o "../${JAR}"
done
-mv lib*.* ../temp-natives
+find . -name 'lib*[.]*' -exec mv "{}" ../temp-natives ";"
jar cvf ../${BUNDLE_NAME}.jar *
popd
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.