changeset 1:05cd1e1b75f8

Updated dependency recipe.
author Dave Bouvier <dave@bx.psu.edu>
date Thu, 26 Mar 2015 14:26:02 -0400
parents 80fc859d5987
children 76de7b867b04
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Mar 26 12:45:39 2015 -0400
+++ b/tool_dependencies.xml	Thu Mar 26 14:26:02 2015 -0400
@@ -4,10 +4,10 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://depot.galaxyproject.org/package/source/RNAstructure-5.7.tgz</action>
-                <action type="shell_command">make</action>
+                <action type="shell_command">make all</action>
                 <action type="shell_command">export INSTALL_DIR=$INSTALL_DIR ; make install</action>
                 <action type="set_environment">
-                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable>
                 </action>
             </actions>
         </install>
@@ -27,4 +27,4 @@
 ]]>
         </readme>
     </package>
-</tool_dependency>
\ No newline at end of file
+</tool_dependency>