changeset 4:4081df719fff draft

Uploaded
author devteam
date Sun, 24 Nov 2013 10:24:46 -0500
parents 4ada8c6f2970
children 5fc60c9d748f
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Nov 24 10:20:21 2013 -0500
+++ b/tool_dependencies.xml	Sun Nov 24 10:24:46 2013 -0500
@@ -7,7 +7,7 @@
                 <action type="shell_command">make</action>
                 <action type="shell_command">PREFIX="$INSTALL_DIR/vcftools" make install</action>
                 <!-- For some reason, the vcftools binary does not get installed using 'make install' above, so include manually. -->
-                <action type="shell_command">cp bin/vcftools $INSTALL_DIR/vcftools</action>
+                <action type="shell_command">cp bin/vcftools $INSTALL_DIR/vcftools/bin</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable>
                 </action>