changeset 5:dd73404f61e4 draft

Uploaded
author saketkc
date Sat, 19 Jul 2014 19:29:56 -0400
parents cd979c60e4fb
children 5745fd548dbb
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jul 16 20:26:32 2014 -0400
+++ b/tool_dependencies.xml	Sat Jul 19 19:29:56 2014 -0400
@@ -13,7 +13,7 @@
             <actions>
                 <action type="download_by_url">http://curl.haxx.se/download/curl-7.36.0.tar.gz</action>
                 <action type="shell_command">mkdir install-destination</action>
-                <action type="shell_command">./configure --with-ssl --prefix=/home/saket/Desktop/curl-7.36.0/install-destination</action>
+                <action type="shell_command">./configure --with-ssl --prefix=$INSTALL_DIR/install-destination</action>
                 <action type="shell_command">make all</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">