changeset 1:3a28801ec311 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit 7d50a5c7393176dcf1d25e5cc2f22544b1f6712c-dirty
author bgruening
date Fri, 18 Sep 2015 07:21:12 -0400
parents c88df21da662
children 25f127efaf7e
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 18 05:58:18 2015 -0400
+++ b/tool_dependencies.xml	Fri Sep 18 07:21:12 2015 -0400
@@ -5,7 +5,7 @@
             <actions>
                 <action target_filename="PileOMeth-0.1.5.tar.gz" type="download_by_url">https://github.com/dpryan79/PileOMeth/archive/0.1.5.tar.gz</action>
                 <action type="shell_command">make</action>
-                <action type="shell_command">make prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make install prefix=$INSTALL_DIR</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable name="PILEOMETH_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>