From bf1b31ec7248379c8efd97345278acdc0e46802a Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 30 Apr 2021 17:09:40 -0500 Subject: [PATCH] modified: bin/build_common.sh --- bin/build_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build_common.sh b/bin/build_common.sh index 5d48005..62a52c1 100755 --- a/bin/build_common.sh +++ b/bin/build_common.sh @@ -23,8 +23,8 @@ if [[ -n "${LOCAL_PREFIX}" ]] ; then #echo "Fetching common_bench" #git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git cp -r common_bench/bin/* "${LOCAL_PREFIX}/bin/." - cp -r common_bench/tools/* "${LOCAL_PREFIX}/bin/." - cp -r common_bench/util/* "${LOCAL_PREFIX}/bin/." + cp -r common_bench/bin/* "${LOCAL_PREFIX}/bin/." + cp -r common_bench/bin/* "${LOCAL_PREFIX}/bin/." cp -r common_bench/include/* "${LOCAL_PREFIX}/include/." fi -- GitLab