changeset 5:8a00afae9eca

Uploaded
author nilesh
date Mon, 15 Jul 2013 12:17:15 -0400
parents 4ce18088b3f2
children 341d297d8a85
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 12:17:15 2013 -0400
@@ -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">sickle 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>