comparison tool_dependencies.xml @ 84:ddcc677fb13d draft

Uploaded
author yhoogstrate
date Wed, 19 Nov 2014 09:45:17 -0500
parents b2738b4d7c8c
children c5a81e84a87a
comparison
equal deleted inserted replaced
83:b2738b4d7c8c 84:ddcc677fb13d
34 </package> 34 </package>
35 35
36 <package name="design_matrix_creator" version="1.0.0"> 36 <package name="design_matrix_creator" version="1.0.0">
37 <install version="1.0"> 37 <install version="1.0">
38 <actions> 38 <actions>
39 <action type="move_file"> 39 <!--<action type="move_file">
40 <source>$REPOSITORY_INSTALL_DIR/design_matrix_creator</source> 40 <source>$REPOSITORY_INSTALL_DIR/design_matrix_creator</source>
41 <destination>$INSTALL_DIR/bin/</destination> 41 <destination>$INSTALL_DIR/bin/</destination>
42 </action> 42 </action>-->
43 <action type="shell_command">cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action>
43 <action type="chmod"> 44 <action type="chmod">
44 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file> 45 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file>
45 </action> 46 </action>
46 <action type="set_environment"> 47 <action type="set_environment">
47 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>