changeset 1:294a30630e0b

Uploaded
author bgruening
date Tue, 14 May 2013 04:11:10 -0400
parents 5c44ce7e3f7b
children 09eb05087cd0
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue May 14 03:49:55 2013 -0400
+++ b/tool_dependencies.xml	Tue May 14 04:11:10 2013 -0400
@@ -5,18 +5,7 @@
                 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action>
                 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
 
-                <action type="move_directory_files">
-                    <source_directory>bench</source_directory>
-                    <destination_directory>$INSTALL_DIR/unpacked_source/bench</destination_directory>
-                </action>
-                <action type="move_directory_files">
-                    <source_directory>Eigen</source_directory>
-                    <destination_directory>$INSTALL_DIR/unpacked_source/Eigen</destination_directory>
-                </action>
-                <action type="move_directory_files">
-                    <source_directory>scripts</source_directory>
-                    <destination_directory>$INSTALL_DIR/unpacked_source/scripts</destination_directory>
-                </action>
+                <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action>
 
                 <action type="set_environment">
                     <environment_variable name="EIGEN_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable>