Mercurial > repos > yhoogstrate > edger_with_design_matrix
changeset 84:ddcc677fb13d draft
Uploaded
author | yhoogstrate |
---|---|
date | Wed, 19 Nov 2014 09:45:17 -0500 |
parents | b2738b4d7c8c |
children | 0066a0bfa2b5 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Nov 19 08:55:40 2014 -0500 +++ b/tool_dependencies.xml Wed Nov 19 09:45:17 2014 -0500 @@ -36,10 +36,11 @@ <package name="design_matrix_creator" version="1.0.0"> <install version="1.0"> <actions> - <action type="move_file"> + <!--<action type="move_file"> <source>$REPOSITORY_INSTALL_DIR/design_matrix_creator</source> <destination>$INSTALL_DIR/bin/</destination> - </action> + </action>--> + <action type="shell_command">cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action> <action type="chmod"> <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file> </action>