Commit e5c5f78d authored by Ryan Baumann's avatar Ryan Baumann
Browse files

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

parent a63dbe06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -167,6 +167,7 @@ remove_windows_files() {
}

build_package_copy() {
  mkdir -p "$PREFIX_PATH"
  cp -R . "$PREFIX_PATH"
}