Mercurial > repos > galaxyp > idpqonvert_app
changeset 1:6373ed8c4d76 draft
Uploaded
author | galaxyp |
---|---|
date | Tue, 25 Jun 2013 15:56:49 -0400 |
parents | 1e6808c08099 |
children | d0223dc2fd72 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jun 24 17:16:52 2013 -0400 +++ b/tool_dependencies.xml Tue Jun 25 15:56:49 2013 -0400 @@ -4,13 +4,12 @@ <install version="1.0"> <actions> <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/idpQonvert_3.0.475</action> - <action type="shell_command">mv 'idpQonvert_3.0.475' idpQonvert</action> - <action type="shell_command">chmod 755 "idpQonvert"</action> - <action type="shell_command">mkdir -p 'env["system_install"]/bin'</action> - <action type="shell_command">mv "idpQonvert" 'env["system_install"]/bin'</action> - <action type="shell_command">chmod +x 'env["system_install"]/bin/idpQonvert'</action> + <action type="move_file"> + <source>idpQonvert_3.0.475</source> + <destination>$INSTALL_DIR/</destination> + </action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">'env["system_install"]/bin'</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install>