changeset 9:30f36c4faa39

moved file to bin
author nilesh
date Mon, 15 Jul 2013 12:04:12 -0500
parents 7ebde7d1281c
children 341d297d8a85
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jul 15 11:50:25 2013 -0500
+++ b/tool_dependencies.xml	Mon Jul 15 12:04:12 2013 -0500
@@ -9,6 +9,10 @@
                 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>
                 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
                 <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action>
+                <action type="move_file">
+                    <source>sickle/sickle</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>