changeset 6:3354ec70c0ff draft

debugging automatic SRA build and install
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 13:16:16 -0400
parents 38f78eee3216
children d28dad5e2c02
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 17 13:05:59 2013 -0400
+++ b/tool_dependencies.xml	Mon Jun 17 13:16:16 2013 -0400
@@ -7,7 +7,8 @@
 	<action type="shell_command">make release</action>
 	<action type="shell_command">make</action>
 	<action type="shell_command">bash -c "if [[ $(uname -m) =~ x86_64 ]]; then export BIN='bin64'; elif [[ $(uname -m) =~ i.86 ]]; then export BIN='bin32'; fi"</action>
-	<action type="shell_command">mv $BIN $INSTALL_DIR/bin</action>
+	<action type="shell_command">mv bin32/* $INSTALL_DIR/bin</action>
+	<action type="shell_command">mv bin64/* $INSTALL_DIR/bin</action>
 	<action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable></action>
       </actions>
     </install>