changeset 1:8a1184d30e64 draft default tip

Uploaded
author iuc
date Thu, 07 Aug 2014 07:50:24 -0400
parents ea8dd47bccea
children
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Aug 06 17:57:16 2014 -0400
+++ b/tool_dependencies.xml	Thu Aug 07 07:50:24 2014 -0400
@@ -5,7 +5,11 @@
             <actions>
                 <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action>
                 <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action>
-                <action type="shell_command">automake</action>
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>grabix</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable>