changeset 7:adcf6b32ffb0 draft default tip

planemo upload for repository https://github.com/lparsons/galaxy-tools/tree/master/packages/package_ea_utils_1_1_2_806 commit 394834f8f34909961cfbf6252fefbdc63342d78d-dirty
author lparsons
date Thu, 16 Jul 2015 17:21:19 -0400
parents 45ff6e4f329a
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jul 16 16:00:28 2015 -0400
+++ b/tool_dependencies.xml	Thu Jul 16 17:21:19 2015 -0400
@@ -17,7 +17,7 @@
                 </action>
                 -->
                 <!-- Unable to get varcall to compile properly (even with gsl dependency), we don't need it, so skip -->
-                <action type="shell_command">sed -i.bak 's/\$(BINDIR)\/varcall//' Makefile</action>
+                <action type="shell_command">sed -i.bak 's/\(^BIN=.*\)varcall$\|\$(BINDIR)\/varcall/\1/' Makefile</action>
                 <action type="shell_command">PREFIX=$INSTALL_DIR make install</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>