Skip to content

Commit e5c5f78

Browse files
committed
build_package_copy should ensure the necessary parent path(s) for the copy exist
1 parent a63dbe0 commit e5c5f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ruby-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ remove_windows_files() {
167167
}
168168

169169
build_package_copy() {
170+
mkdir -p "$PREFIX_PATH"
170171
cp -R . "$PREFIX_PATH"
171172
}
172173

0 commit comments

Comments
 (0)