Previous changeset 0:34b039b3943b (2014-03-01) Next changeset 2:114b6af405fa (2015-01-17) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 34b039b3943b -r 28865aa39fbb tool_dependencies.xml --- a/tool_dependencies.xml Sat Mar 01 14:10:55 2014 -0500 +++ b/tool_dependencies.xml Fri Jun 06 18:35:30 2014 -0400 |
b |
@@ -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 --> |