changeset 3:6db4870d4296 draft

Making sure we use cpanm and perl as installed.
author iuc
date Mon, 04 Nov 2013 23:05:26 -0500
parents cb7edd7335da
children c807cdcad590
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Nov 04 22:03:42 2013 -0500
+++ b/tool_dependencies.xml	Mon Nov 04 23:05:26 2013 -0500
@@ -12,7 +12,7 @@
                 <action type="change_directory">local-lib-1.008009</action>
                 <action type="shell_command">perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages</action>
                 <action type="shell_command">make install</action>
-                <action type="shell_command">eval $(perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib)</action>
+                <action type="shell_command">eval $($INSTALL_DIR/bin/perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib)</action>
 
                 <action type="download_file">https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm</action>
                 <action type="chmod">
@@ -22,8 +22,8 @@
                     <source>cpanm</source>
                     <destination>$INSTALL_DIR/bin/</destination>
                 </action>
-                <action type="shell_command">cpanm --local-lib=$INSTALL_DIR XML::Parser</action>
-                <action type="shell_command">cpanm --local-lib=$INSTALL_DIR CGI</action>
+                <action type="shell_command">$INSTALL_DIR/bin/cpanm --local-lib=$INSTALL_DIR XML::Parser</action>
+                <action type="shell_command">$INSTALL_DIR/bin/cpanm --local-lib=$INSTALL_DIR CGI</action>
 
 
                 <action type="set_environment">