Mercurial > repos > iuc > package_perl_5_18
changeset 2:cb7edd7335da draft
Replaced autoconf tag with old style shell command
author | iuc |
---|---|
date | Mon, 04 Nov 2013 22:03:42 -0500 |
parents | a15115e0d2b9 |
children | 6db4870d4296 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Nov 04 17:31:24 2013 -0500 +++ b/tool_dependencies.xml Mon Nov 04 22:03:42 2013 -0500 @@ -5,8 +5,7 @@ <!-- install perl --> <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="autoconf" /> + <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR ; make ; make install</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>