changeset 4:33d97eee92fe draft default tip

Uploaded
author yhoogstrate
date Fri, 31 Jul 2015 05:32:21 -0400
parents 2eb5eaa0c968
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 31 05:09:13 2015 -0400
+++ b/tool_dependencies.xml	Fri Jul 31 05:32:21 2015 -0400
@@ -38,8 +38,8 @@
                     cd src                                                         &&
                     
                     python setup.py build                                          &&
-                    python setup.py install
-                        --home $INSTALL_DIR
+                    python setup.py install \
+                        --home $INSTALL_DIR \
                         --install-scripts $INSTALL_DIR/bin
                 </action>