changeset 121:7fb4ead0dca4 draft

Uploaded
author mzytnicki
date Wed, 24 Apr 2013 08:18:09 -0400
parents ad45be2b1629
children 3124f308a0b9
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Apr 24 08:09:02 2013 -0400
+++ b/tool_dependencies.xml	Wed Apr 24 08:18:09 2013 -0400
@@ -7,8 +7,8 @@
 				<action type="make_directory">$INSTALL_DIR/lib/python</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="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
-					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+					<environment_variable name="PYTHONPATH" action="set_to">$INSTALL_DIR/lib/python</environment_variable>
+					<environment_variable name="PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>
 				</action>
 			</actions>
 		</install>