From 20949fde40c06e9748d6ec036a8f27cbbdbcefca Mon Sep 17 00:00:00 2001 From: nickb <nickb@ssec.wisc.edu> Date: Fri, 29 Jan 2021 21:15:01 +0000 Subject: [PATCH] forgot to copy our libexec scripts into the package --- buildbucket/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbucket/package.sh b/buildbucket/package.sh index 986df51..4250d49 100755 --- a/buildbucket/package.sh +++ b/buildbucket/package.sh @@ -75,6 +75,7 @@ mkdir -p bin libexec/python_runtime # Copy package scripts/data to package directory cp $GGLM_DIR/PACKAGE_README.md ./README.md cp $GGLM_DIR/bin/* ./bin/ +cp $GGLM_DIR/libexec/* ./libexec/ # Untar the tarball so we can put things where we want tar -xz -C ./libexec/python_runtime -f ../${conda_tb} # Go back to original work directory -- GitLab