changeset 2:10d57b2b9d67 draft default tip

Uploaded
author jeremie
date Mon, 07 Jul 2014 04:12:28 -0400
parents 96b118fc9c37
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jul 07 04:03:55 2014 -0400
+++ b/tool_dependencies.xml	Mon Jul 07 04:12:28 2014 -0400
@@ -17,7 +17,8 @@
 					<action type="move_file"><source>breakdancer2vcf.py</source><destination>$INSTALL_DIR/bin</destination></action>
 					<action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action>
 					<action type="set_environment"><environment_variable name="BREAKDANCER_BIN" action="set_to">$INSTALL_DIR/bin</environment_variable></action>
-					<action type="shell_command">chmod +x $INSTALL_DIR/bin/*</action>
+				<!-- 	<action type="shell_command">chmod +x $INSTALL_DIR/bin/*</action> -->
+					<action type="chmod"><file mode="755">$INSTALL_DIR/bin/*</file></action>
 				</actions>                     
 			</actions_group>
 		</install>