changeset 16:3df516ce3ad6

Add PATH env for tools
author Jim Johnson <jj@umn.edu>
date Wed, 12 Jun 2013 16:21:59 -0500
parents 337dc0fe0da1
children fc35b7b993b1
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 12 15:41:12 2013 -0500
+++ b/tool_dependencies.xml	Wed Jun 12 16:21:59 2013 -0500
@@ -33,6 +33,9 @@
                 <action type="set_environment">
                     <environment_variable name="DEFUSE_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/tools</environment_variable>
+                </action>
             </actions>
         </install>
         <readme>