Previous changeset 2:114b6af405fa (2015-01-17) Next changeset 4:8b3509930a44 (2015-09-25) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_perl_5_18 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty |
modified:
tool_dependencies.xml |
b |
diff -r 114b6af405fa -r fd34b72b501b tool_dependencies.xml --- a/tool_dependencies.xml Sat Jan 17 08:18:07 2015 -0500 +++ b/tool_dependencies.xml Fri Jul 17 10:44:28 2015 -0400 |
b |
@@ -20,7 +20,7 @@ <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 --> <action type="shell_command">export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus</action> - <action type="shell_command">sed -i 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*</action> + <action type="shell_command">sed -i.bak -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*</action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |