changeset 2:4ac14b5bacf1

Uploaded
author bgruening
date Fri, 26 Apr 2013 09:05:20 -0400
parents 54edf22c93c0
children 72c02e533afc
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Apr 26 08:05:46 2013 -0400
+++ b/tool_dependencies.xml	Fri Apr 26 09:05:20 2013 -0400
@@ -22,11 +22,11 @@
                         <package name="openbabel" version="2.3.2" />
                     </repository>
                 </action>
-
                 <!--compiling strip-it -->
                 <action type="shell_command">
+                    cd strip-it-1.0.1 &amp;&amp;
                     cmake . -DOPENBABEL2_INCLUDE_DIRS=$OPENBABEL_INCLUDE_DIR/openbabel-2.0/ -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/strip-it/ -DOPENBABEL2_LIBRARIES=$OPENBABEL_LIB_DIR/libopenbabel.so &amp;&amp; 
-                    make  &amp;&amp; 
+                    make  &amp;&amp;
                     make install</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/strip-it/bin</environment_variable>