diff tool_dependencies.xml @ 3:eb4db3a559b5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fann_2_2_0 commit db55deda35d1623ff48fbea7b3d0690a2cd9cd9f-dirty
author iuc
date Tue, 08 Dec 2015 13:47:50 -0500
parents d852e92140a7
children 7e98d93137ed
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Dec 08 13:45:51 2015 -0500
+++ b/tool_dependencies.xml	Tue Dec 08 13:47:50 2015 -0500
@@ -18,8 +18,8 @@
                 </action>
 
                 <action type="shell_command">
-                    mkdir bin &amp;&amp;
-                    cd bin &amp;&amp;
+                    mkdir -p build &amp;&amp;
+                    cd build &amp;&amp;
                     cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
                     </action>
                 <action type="make_install" />