| Previous changeset 4:cd979c60e4fb (2014-07-16) Next changeset 6:5745fd548dbb (2014-07-20) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r cd979c60e4fb -r dd73404f61e4 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jul 16 20:26:32 2014 -0400 +++ b/tool_dependencies.xml Sat Jul 19 19:29:56 2014 -0400 |
| b |
| @@ -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"> |