changeset 8:438677e99ef8

Add install PREFIX to make command in tool_dependencies.xml
author Jim Johnson <jj@umn.edu>
date Thu, 13 Sep 2012 15:58:08 -0500
parents 3961e84d6225
children 55e57243b131
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 13 14:46:50 2012 -0500
+++ b/tool_dependencies.xml	Thu Sep 13 15:58:08 2012 -0500
@@ -5,7 +5,7 @@
             <actions>
                 <action type="download_by_url">http://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
                 <action type="shell_command">mkdir -p $INSTALL_DIR/bin/</action>
-                <action type="shell_command">make openmp=yes PREFIX=$INSTALL_DIR/bin/</action>
+                <action type="shell_command">make openmp=yes PREFIX=$INSTALL_DIR/bin/ install</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>