changeset 7:43ce4d7c22a3 draft

PERL_ROOT_DIR now set to root not lib
author iuc
date Tue, 05 Nov 2013 18:00:08 -0500
parents 8cf570efdd1e
children ab58b9f990c5
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Nov 05 17:40:13 2013 -0500
+++ b/tool_dependencies.xml	Tue Nov 05 18:00:08 2013 -0500
@@ -24,7 +24,7 @@
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable name="PERL5LIB" action="prepend_to">$INSTALL_DIR/lib/perl5</environment_variable>
-                    <environment_variable name="PERL_ROOT_DIR" action="set_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="PERL_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>