Mercurial > repos > ulfschaefer > package_python_2_7_pyvcf_0_6_8dev
changeset 1:7b2bbbd5bc90 draft
Uploaded
author | ulfschaefer |
---|---|
date | Fri, 18 Dec 2015 05:43:15 -0500 |
parents | 02eaf3d8f9a3 |
children | 586578e137b3 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Dec 18 05:05:14 2015 -0500 +++ b/tool_dependencies.xml Fri Dec 18 05:43:15 2015 -0500 @@ -10,7 +10,7 @@ <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - python setup.py install --install-lib $INSTALL_DIR/lib/python + python setup.py install --install-scripts $INSTALL_DIR/lib/python --install-lib $INSTALL_DIR/lib/python </action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>