changeset 2:bfd8f6030569 draft

Uploaded
author geert-vandeweyer
date Thu, 13 Feb 2014 07:34:27 -0500
parents 97faf6564efb
children 7eaf5840ab50
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 13 06:43:21 2014 -0500
+++ b/tool_dependencies.xml	Thu Feb 13 07:34:27 2014 -0500
@@ -6,15 +6,13 @@
 			<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/perl5</action>
 			<action type="shell_command">
-				export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5	&amp;&amp;
 				perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
 				make &amp;&amp;
-				make install
+				make install &amp;&amp;
+				export VAR=`ls $INSTALL_DIR/lib/perl5/`
 			</action>
-
-
 			<action type="set_environment">
-				<environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5</environment_variable>				
+				<environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/$VAR</environment_variable>				
 			</action>
 		   </actions>