changeset 2:f5d08224af89

Uploaded tar
author lparsons
date Tue, 04 Sep 2012 14:16:33 -0400
parents 3fdeebd7e710
children f7a5b54a8d4f
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 04 13:45:36 2012 -0400
+++ b/tool_dependencies.xml	Tue Sep 04 14:16:33 2012 -0400
@@ -8,6 +8,7 @@
                 <action type="set_environment">
                     <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
                 </action>
+                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py build</action>
                 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>