From 4f3d233d5f199b3598d0cc8716c81b4ab0e7c9cb Mon Sep 17 00:00:00 2001
From: Ben Taylor <ben.taylor@sanger.ac.uk>
Date: Thu, 11 Jun 2015 12:05:40 +0100
Subject: [PATCH] Download dependencies to the right place

---
 install_dependencies.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_dependencies.sh b/install_dependencies.sh
index d2600866b..5c6b512ab 100644
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -29,7 +29,7 @@ download () {
   fi
 }
 
-download $EMBOSS_DOWNLOAD_URL "emboss-${EMBOSS_VERSION}.tgz"
+download $EMBOSS_DOWNLOAD_URL "${build_dir}/emboss-${EMBOSS_VERSION}.tgz"
 
 # Build all the things
 cd $build_dir
-- 
GitLab