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

add a full GPLv3 license to the package

parent bb70b35d
No related branches found
No related tags found
1 merge request!12Resolve "filename prefix change"
...@@ -74,6 +74,7 @@ cd ${pkg_name} ...@@ -74,6 +74,7 @@ cd ${pkg_name}
mkdir -p bin libexec/python_runtime 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/PACKAGE_LICENSE ./LICENSE
cp $GGLM_DIR/bin/* ./bin/ cp $GGLM_DIR/bin/* ./bin/
cp $GGLM_DIR/libexec/* ./libexec/ 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
......
This diff is collapsed.
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