diff tool_dependencies.xml @ 8:8ebf2202a0d1 draft default tip

Uploaded
author rnateam
date Mon, 08 Jun 2015 08:31:57 -0400
parents b6f7e13b40f2
children
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jun 05 06:10:48 2015 -0400
+++ b/tool_dependencies.xml	Mon Jun 08 08:31:57 2015 -0400
@@ -13,9 +13,14 @@
                     </repository>
                 </action>
                 <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>compalignp</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
                 <action type="set_environment">
-                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
+                <environment_variable action="set_to" name="COMPALIGNP_ROOT_PATH">$INSTALL_DIR/bin</environment_variable>
             </actions>
         </install>
     </package>