changeset 2:2a2781b2f91d draft

Uploaded
author iuc
date Tue, 25 Feb 2014 03:10:46 -0500
parents bcc3240467cf
children a2bd86bd5c46
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Feb 24 05:07:46 2014 -0500
+++ b/tool_dependencies.xml	Tue Feb 25 03:10:46 2014 -0500
@@ -4,7 +4,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz</action>
-                <action type="shell_command">make generic -f unix/Makefile --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make generic -f unix/Makefile prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">
                     <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>