Skip to content

Commit a7dc9b1

Browse files
committed
Merge pull request rbenv#61 from ryanfb/make_rbenv_install_dir
Some ruby-build definitions expect the target (parent) directory to exist
2 parents 5ddb90f + e5c5f78 commit a7dc9b1

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
@@ -168,6 +168,7 @@ remove_windows_files() {
168168
}
169169

170170
build_package_copy() {
171+
mkdir -p "$PREFIX_PATH"
171172
cp -R . "$PREFIX_PATH"
172173
}
173174

0 commit comments

Comments
 (0)