Commit e5c5f78d by Ryan Baumann

build_package_copy should ensure the necessary parent path(s) for the copy exist

parent a63dbe06
......@@ -167,6 +167,7 @@ remove_windows_files() {
}
build_package_copy() {
mkdir -p "$PREFIX_PATH"
cp -R . "$PREFIX_PATH"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment