Mercurial > repos > galaxyp > searchgui
changeset 3:379da3c75204 draft
Uploaded
author | galaxyp |
---|---|
date | Tue, 25 Jun 2013 12:35:22 -0400 |
parents | 96d4c130655f |
children | ed6c825d5fa4 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Jun 25 11:23:40 2013 -0400 +++ b/tool_dependencies.xml Tue Jun 25 12:35:22 2013 -0400 @@ -4,16 +4,15 @@ <install version="1.0"> <actions> <action type="download_by_url">http://searchgui.googlecode.com/files/SearchGUI-1.13.1_mac_and_linux.zip</action> + <action type="shell_command">ls</action> <action type="shell_command">tar -xf 'SearchGUI-1.13.1_mac_and_linux.tar'</action> - <action type="shell_command">cd 'SearchGUI-1.13.1_mac_and_linux'</action> - <action type="shell_command">chmod -R o+w 'resources'</action> + <action type="shell_command">cd 'SearchGUI-1.13.1_mac_and_linux'&& chmod -R o+w 'resources' </action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory> </action> - <action type="shell_command">mkdir -p $BIN_DIR</action> <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$BIN_DIR</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions> </install>