changeset 1:97a7d116834b

Uploaded
author bgruening
date Wed, 24 Apr 2013 18:48:39 -0400
parents 9c5da36668d3
children cd9c4741f8b2
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Apr 24 18:33:47 2013 -0400
+++ b/tool_dependencies.xml	Wed Apr 24 18:48:39 2013 -0400
@@ -3,7 +3,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2</action>
-                <action type="shell_command">../bootstrap.sh --with-libraries=python,regex</action>
+                <action type="shell_command">./bootstrap.sh --with-libraries=python,regex</action>
                 <!-- try to set the right architecture with uname -m -->
                 <action type="shell_command">if [ $(uname -m) == 'x86_64' ]; then ./bjam install --prefix=$INSTALL_DIR/boost/; else ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/; fi;</action>