# HG changeset patch
# User iuc
# Date 1383691213 18000
# Node ID 8cf570efdd1e45cf19939fd6624ed888779b5e4e
# Parent 978287122b91162dbfce1e877426dd68a8d6e092
Minor change to ensure installed perl is used when installing local-lib
diff -r 978287122b91 -r 8cf570efdd1e tool_dependencies.xml
--- a/tool_dependencies.xml Tue Nov 05 12:24:23 2013 -0500
+++ b/tool_dependencies.xml Tue Nov 05 17:40:13 2013 -0500
@@ -14,22 +14,13 @@
$INSTALL_DIR/bin/perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages
make install
- eval $(perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib)
+ eval $($INSTALL_DIR/bin/perl -I$INSTALL_DIR/local-lib/perl5 -Mlocal::lib=$INSTALL_DIR/local-lib)
https://raw.github.com/miyagawa/cpanminus/c0c88f71118ecec334d62ba280e883933e7a6d39/cpanm
export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB ; export PATH=$INSTALL_DIR/bin/:$PATH ; cat cpanm | perl - App::cpanminus
-
$INSTALL_DIR/bin
$INSTALL_DIR/lib/perl5