Mercurial > repos > geert-vandeweyer > package_perl_threading
changeset 1:97faf6564efb draft
Changed installation from lib/perl to lib/perl5
author | geert-vandeweyer |
---|---|
date | Thu, 13 Feb 2014 06:43:21 -0500 |
parents | b82bcbaf8794 |
children | bfd8f6030569 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Feb 13 05:59:45 2014 -0500 +++ b/tool_dependencies.xml Thu Feb 13 06:43:21 2014 -0500 @@ -4,9 +4,9 @@ <install version='1.0'> <actions> <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-1.92.tar.gz</action> - <action type="make_directory">$INSTALL_DIR/lib/perl</action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> <action type="shell_command"> - export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl && + export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && make && make install @@ -14,7 +14,7 @@ <action type="set_environment"> - <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl</environment_variable> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable> </action> </actions> @@ -26,9 +26,9 @@ <actions> <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.46.tar.gz</action> - <action type="make_directory">$INSTALL_DIR/lib/perl</action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> <action type="shell_command"> - export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl && + export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && make && make install @@ -36,7 +36,7 @@ <action type="set_environment"> - <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl</environment_variable> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable> </action> </actions> @@ -48,9 +48,9 @@ <actions> <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.02.tar.gz</action> - <action type="make_directory">$INSTALL_DIR/lib/perl</action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> <action type="shell_command"> - export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl && + export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5 && perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && make && make install @@ -58,7 +58,7 @@ <action type="set_environment"> - <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl</environment_variable> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable> </action> </actions>