# HG changeset patch # User jeremie # Date 1403769758 14400 # Node ID b3ad1809cb0945d214d23cd79a150a1d673ca99c # Parent 5642ac938ddafe9b93cc4142f07991de5db515f3 Uploaded diff -r 5642ac938dda -r b3ad1809cb09 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 25 11:23:11 2014 -0400 +++ b/tool_dependencies.xml Thu Jun 26 04:02:38 2014 -0400 @@ -11,10 +11,10 @@ <action type="shell_command">pwd</action> <action type="shell_command">mkdir 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">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">make</action> - <action type="shell_command">sudo make install</action> + <action type="shell_command">make install</action> <!-- <action type="...">move bin/breakdancer-max to installdir</action> --> </actions> </install>