diff --git a/buildbucket/package.sh b/buildbucket/package.sh
index 986df516cf76f73c6d6d1f8e0cfd4cc5e9bb3ad9..4250d496a9aa818a403dcc15e6b61f1027278fb5 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