changeset 6:2f974f257839

another change
author nilesh
date Mon, 15 Jul 2013 11:22:54 -0500
parents 4ce18088b3f2
children 7e599ffef625
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jul 15 11:09:47 2013 -0500
+++ b/tool_dependencies.xml	Mon Jul 15 11:22:54 2013 -0500
@@ -12,10 +12,10 @@
                    </repository>
                 </action>
                 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
-                <action type="shell_command">make LIBS="-L$ZLIB_PATH -lz"</action>
+                <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$ZLIB_PATH -lz"</action>
                 <action type="move_file">
                     <source>sickle</source>
-                    <destination>$INSTALL_DIR/bin</destination>
+                    <destination>.</destination>
                 </action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>