changeset 3:4c6b4f8c8fcc

Uploaded
author bgruening
date Tue, 14 May 2013 16:22:25 -0400
parents 36dd8c487684
children e9df2a7c0400
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue May 14 16:21:10 2013 -0400
+++ b/tool_dependencies.xml	Tue May 14 16:22:25 2013 -0400
@@ -6,7 +6,7 @@
                 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
 
                 <action type="shell_command">cp -r ./eigen-eigen-2249f9c22fe8/* $INSTALL_DIR/unpacked_source</action>
-                <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8 &amp;&amp; mkdir build &amp;&amp; cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
+                <action type="shell_command">mkdir build &amp;&amp; cd ./eigen-eigen-2249f9c22fe8/build/ &amp;&amp; cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
                 <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ &amp;&amp; make</action>
                 <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ &amp;&amp; make install</action>