changeset 6:89601c6b0a98 draft

Uploaded
author petrn
date Thu, 02 Jan 2020 12:21:24 +0000
parents e1cf1a2b42e7
children 2f36b0b879fd
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 02 12:09:46 2020 +0000
+++ b/tool_dependencies.xml	Thu Jan 02 12:21:24 2020 +0000
@@ -3,15 +3,14 @@
   <package name="repex_tarean" version="1.0">
     <install version="1.0">
       <actions>
+        <action type="shell_command">
+          make
+        </action>
         <action type="download_by_url">https://bitbucket.org/petrnovak/repex_tarean/get/1722c1f1161d.zip</action>
         <action type="move_directory_files">
           <source_directory>$TMP_WORK_DIR/petrnovak-repex_tarean-1722c1f1161d</source_directory>
           <destination_directory>$INSTALL_DIR</destination_directory>
         </action>
-        <action type="change_directory">$INSTALL_DIR</action>
-        <action type="shell_command">
-          make
-        </action>
         <action type="set_environment">
           <environment_variable action="set_to" name="REPEX">$INSTALL_DIR</environment_variable>
         </action>