Mercurial > repos > nick > duplex
diff tool_dependencies.xml @ 6:e9f9b1d1c6fb draft
planemo upload commit 022984f323d3da44f70b3bf79c684cfd8dda3f61-dirty
author | nick |
---|---|
date | Mon, 23 Nov 2015 19:01:06 -0500 |
parents | 9d46c9ca7ceb |
children | 678dd4b4b4e7 |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Nov 23 18:46:22 2015 -0500 +++ b/tool_dependencies.xml Mon Nov 23 19:01:06 2015 -0500 @@ -8,17 +8,9 @@ <actions> <action type="download_by_url">https://github.com/makrutenko/duplex/archive/master.tar.gz</action> <action type="shell_command">make</action> - <action type="move_file"> - <source>*.so</source> - <destination>$INSTALL_DIR</destination> - </action> - <action type="move_file"> - <source>*.py</source> - <destination>$INSTALL_DIR</destination> - </action> - <action type="move_file"> - <source>*.awk</source> - <destination>$INSTALL_DIR</destination> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable action="set_to" name="DUPLEX_DIR">$INSTALL_DIR</environment_variable>