Mercurial > repos > mvdbeek > package_perl_5_18_test_sed
comparison tool_dependencies.xml @ 1:4d932b1a336b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_perl_5_18 commit 2947cbbe0a688473dd7cae2bcb9f268fb23ed9ee-dirty
author | mvdbeek |
---|---|
date | Sat, 15 Aug 2015 10:55:20 -0400 |
parents | 7e1a85c4427a |
children |
comparison
equal
deleted
inserted
replaced
0:7e1a85c4427a | 1:4d932b1a336b |
---|---|
22 <action type="change_directory">..</action> | 22 <action type="change_directory">..</action> |
23 <!-- install cpanminus into our new perl environment --> | 23 <!-- install cpanminus into our new perl environment --> |
24 <action type="download_file">https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm</action> | 24 <action type="download_file">https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm</action> |
25 <!-- prepanding means that the new install perl binary will be used after the pipe --> | 25 <!-- prepanding means that the new install perl binary will be used after the pipe --> |
26 <action type="shell_command">export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus</action> | 26 <action type="shell_command">export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus</action> |
27 <action type="shell_command">sed -i.bak -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*</action> | 27 <action type="shell_command">LC_ALL=C sed -i.bak -e 's|#!$INSTALL_DIR/bin/|#!/usr/bin/env |' $INSTALL_DIR/bin/*</action> |
28 | 28 |
29 <action type="set_environment"> | 29 <action type="set_environment"> |
30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
31 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable> | 31 <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable> |
32 <environment_variable action="set_to" name="PERL_ROOT_DIR">$INSTALL_DIR</environment_variable> | 32 <environment_variable action="set_to" name="PERL_ROOT_DIR">$INSTALL_DIR</environment_variable> |