Mercurial > repos > galaxyp > peptideshaker_0201
comparison tool_dependencies.xml @ 2:358d019918ab draft
Uploaded
author | galaxyp |
---|---|
date | Mon, 24 Jun 2013 14:36:26 -0400 |
parents | e837c31e8260 |
children | 94b151369c67 |
comparison
equal
deleted
inserted
replaced
1:e837c31e8260 | 2:358d019918ab |
---|---|
7 <action type="shell_command">chmod -R o+w resources</action> | 7 <action type="shell_command">chmod -R o+w resources</action> |
8 <action type="move_directory_files"> | 8 <action type="move_directory_files"> |
9 <source_directory>.</source_directory> | 9 <source_directory>.</source_directory> |
10 <destination_directory>$INSTALL_DIR/</destination_directory> | 10 <destination_directory>$INSTALL_DIR/</destination_directory> |
11 </action> | 11 </action> |
12 <action type="shell_command">mkdir -p $INSTALL_DIR</action> | 12 <action type="shell_command">mkdir -p "$INSTALL_DIR"</action> |
13 <action type="set_environment"> | 13 <action type="set_environment"> |
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> | 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> |
15 </action> | 15 </action> |
16 </actions> | 16 </actions> |
17 </install> | 17 </install> |