changeset 7:7e599ffef625

used env[]
author nilesh
date Mon, 15 Jul 2013 11:26:46 -0500
parents 2f974f257839
children 7ebde7d1281c
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jul 15 11:22:54 2013 -0500
+++ b/tool_dependencies.xml	Mon Jul 15 11:26:46 2013 -0500
@@ -12,7 +12,7 @@
                    </repository>
                 </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$ZLIB_PATH -lz"</action>
+                <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$ENV[ZLIB_PATH] -lz"</action>
                 <action type="move_file">
                     <source>sickle</source>
                     <destination>.</destination>