Mercurial > repos > jjohnson > augustus_dep
changeset 2:d088c697396d draft
Fix tool_dependencies.xml install.
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 22 Oct 2012 13:05:34 -0500 |
parents | b7e800db2632 |
children | 75675bc1aafb |
files | tool_dependencies.xml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Oct 22 12:52:04 2012 -0500 +++ b/tool_dependencies.xml Mon Oct 22 13:05:34 2012 -0500 @@ -5,6 +5,18 @@ <actions> <action type="download_by_url">http://augustus.gobics.de/binaries/augustus.2.5.5.tar.gz</action> <action type="shell_command">make</action> + <action type="move_directory_files"> + <source_directory>bin</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + <action type="move_directory_files"> + <source_directory>scripts</source_directory> + <destination_directory>$INSTALL_DIR/scripts</destination_directory> + </action> + <action type="move_directory_files"> + <source_directory>config</source_directory> + <destination_directory>$INSTALL_DIR/config</destination_directory> + </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action>