From 56b434f7e4ca8ceae70b4b75ce4e01f254fcd550 Mon Sep 17 00:00:00 2001 From: Fernando Monserrat Date: Thu, 22 Mar 2018 14:16:09 -0300 Subject: [PATCH] 13200:remove repo_subdir for centos Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat --- build/run-library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-library.sh b/build/run-library.sh index a4820f0819..6c220e1ff0 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -294,7 +294,7 @@ test_package_presence() { echo ${repo_pkg_list} |grep -q ${pkgname} if [ $? -eq 0 ]; then echo "Package $complete_pkgname exists, not rebuilding!" - curl -o ./${pkgname} ${centos_repo}/${repo_subdir}/${pkgname} + curl -o ./${pkgname} ${centos_repo}/${pkgname} return 1 else echo "Package $complete_pkgname not found, building" -- 2.30.2