changeset 9:bdb991750a00 draft

debugging automatic SRA build and install
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 14:07:05 -0400
parents e40b9582d80f
children 3b814b721838
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 17 14:00:25 2013 -0400
+++ b/tool_dependencies.xml	Mon Jun 17 14:07:05 2013 -0400
@@ -7,6 +7,7 @@
 	<action type="shell_command">make release</action>
 	<action type="shell_command">make dynamic</action>
 	<action type="shell_command">make</action>
+	<action type="make_directory">$INSTALL_DIR/bin</action>
 	<action type="shell_command">cp --recursive --dereference bin64/* $INSTALL_DIR/bin</action>
 	<action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action>
       </actions>