comparison tool_dependencies.xml @ 20:2ecce0ee7183 draft

Uploaded
author bgruening
date Tue, 05 Nov 2013 13:56:08 -0500
parents 4b482f6136c2
children 81d711564625
comparison
equal deleted inserted replaced
19:4b482f6136c2 20:2ecce0ee7183
52 52
53 <!-- 53 <!--
54 TPP is fails with a error due to an deprecated use of qw() 54 TPP is fails with a error due to an deprecated use of qw()
55 See the rant @ http://blogs.perl.org/users/rurban/2010/09/qw-in-list-context-deprecated.html 55 See the rant @ http://blogs.perl.org/users/rurban/2010/09/qw-in-list-context-deprecated.html
56 --> 56 -->
57 <action type="shell_command">sed -i -e 's/ /(&amp;) /' ../perl/tpp_models.pl</action> 57 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../perl/tpp_models.pl</action>
58 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../CGI/show_nspbin.pl</action> 58 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../CGI/show_nspbin.pl</action>
59 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../perl/exporTPP.pl</action> 59 <action type="shell_command">sed -i -e 's/qw(.*) /(&amp;) /' ../perl/exporTPP.pl</action>
60 60
61 <action type="shell_command">export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB &amp;&amp; export PATH=$PERL_ROOT_DIR/bin/:$PATH &amp;&amp; export PERL5LIB=$PERL_ROOT_DIR/lib/perl5:$PERL5LIB &amp;&amp; make</action> 61 <action type="shell_command">export PERL5LIB=$INSTALL_DIR/lib/perl5/:$PERL5LIB &amp;&amp; export PATH=$PERL_ROOT_DIR/bin/:$PATH &amp;&amp; export PERL5LIB=$PERL_ROOT_DIR/lib/perl5:$PERL5LIB &amp;&amp; make</action>
62 <action type="shell_command">make install</action> 62 <action type="shell_command">make install</action>