changeset 2:13df148b30ef draft

Uploaded
author yhoogstrate
date Fri, 31 Jul 2015 05:30:25 -0400
parents 6262f77f889a
children 4242d24c6033
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:07:08 2015 -0400
+++ b/tool_dependencies.xml	Fri Jul 31 05:30:25 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>