# HG changeset patch # User Jim Johnson # Date 1347569888 18000 # Node ID 438677e99ef82ae7665ee52ec45452eb35074901 # Parent 3961e84d622512c8ff2b7fef02e978cf3ac2908a Add install PREFIX to make command in tool_dependencies.xml diff -r 3961e84d6225 -r 438677e99ef8 tool_dependencies.xml --- 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 @@ http://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz mkdir -p $INSTALL_DIR/bin/ - make openmp=yes PREFIX=$INSTALL_DIR/bin/ + make openmp=yes PREFIX=$INSTALL_DIR/bin/ install $INSTALL_DIR/bin