changeset 1:28865aa39fbb draft

Uploaded
author iuc
date Fri, 06 Jun 2014 18:35:30 -0400
parents 34b039b3943b
children 114b6af405fa
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Mar 01 14:10:55 2014 -0500
+++ b/tool_dependencies.xml	Fri Jun 06 18:35:30 2014 -0400
@@ -7,7 +7,7 @@
                 <action type="download_by_url">http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz</action>
                 <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR</action>
                 <action type="make_install" />
-
+                <action type="change_directory">..</action>
                 <action type="download_file">http://www.cpan.org/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz</action>
                 <action type="shell_command">tar xfvz local-lib-1.008009.tar.gz</action>
                 <action type="change_directory">local-lib-1.008009</action>
@@ -15,7 +15,7 @@
                 <action type="shell_command">$INSTALL_DIR/bin/perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages</action>
                 <action type="shell_command">make install</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="change_directory">..</action>
                 <!-- install cpanminus into our new perl environment -->
                 <action type="download_file">https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm</action>
                 <!-- prepanding means that the new install perl binary will be used after the pipe -->