changeset 2:76de7b867b04 draft

Uploaded
author iuc
date Thu, 26 Mar 2015 22:51:56 -0400
parents 05cd1e1b75f8
children 420e517d469b
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Mar 26 14:26:02 2015 -0400
+++ b/tool_dependencies.xml	Thu Mar 26 22:51:56 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 all</action>
+                <action type="shell_command">make</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/exe</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>
@@ -27,4 +27,4 @@
 ]]>
         </readme>
     </package>
-</tool_dependency>
+</tool_dependency>
\ No newline at end of file