changeset 1:209f9e6e9907 draft

Uploaded
author jeremie
date Thu, 26 Jun 2014 05:40:59 -0400
parents 37761d9ca439
children c77bf14094fd
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 26 04:15:49 2014 -0400
+++ b/tool_dependencies.xml	Thu Jun 26 05:40:59 2014 -0400
@@ -12,7 +12,7 @@
 				<action type="shell_command">mkdir build</action>
 				<action type="shell_command">ls</action>
 				<action type="shell_command">folder=pwd</action>
-				<action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local 2>folder/errorfile</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">make install</action>
 				<!-- <action type="...">move bin/breakdancer-max to installdir</action> -->