changeset 6:5642ac938dda draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:23:11 -0400
parents 730c0c8cf29b
children b3ad1809cb09
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 25 11:08:10 2014 -0400
+++ b/tool_dependencies.xml	Wed Jun 25 11:23:11 2014 -0400
@@ -12,12 +12,10 @@
 				<action type="shell_command">mkdir build</action>
 				<action type="shell_command">ls</action>
 				<action type="shell_command">pwd</action>
-				<action type="shell_command">cd build</action>
-				<action type="shell_command">ls</action>
-				<action type="shell_command">pwd</action>
-				<action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
+				<action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
 				<action type="shell_command">make</action>
 				<action type="shell_command">sudo make install</action>
+				<!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
             </actions>
         </install>
         <readme>