Skip to content
Snippets Groups Projects
Commit 20949fde authored by Nick Bearson's avatar Nick Bearson
Browse files

forgot to copy our libexec scripts into the package

parent 2ee9fb26
No related branches found
No related tags found
1 merge request!4add satpy to our buildbucket
...@@ -75,6 +75,7 @@ mkdir -p bin libexec/python_runtime ...@@ -75,6 +75,7 @@ mkdir -p bin libexec/python_runtime
# Copy package scripts/data to package directory # Copy package scripts/data to package directory
cp $GGLM_DIR/PACKAGE_README.md ./README.md cp $GGLM_DIR/PACKAGE_README.md ./README.md
cp $GGLM_DIR/bin/* ./bin/ cp $GGLM_DIR/bin/* ./bin/
cp $GGLM_DIR/libexec/* ./libexec/
# Untar the tarball so we can put things where we want # Untar the tarball so we can put things where we want
tar -xz -C ./libexec/python_runtime -f ../${conda_tb} tar -xz -C ./libexec/python_runtime -f ../${conda_tb}
# Go back to original work directory # Go back to original work directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment