mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-11-02 02:01:05 +01:00
Merge pull request #61 from ryanfb/make_rbenv_install_dir
Some ruby-build definitions expect the target (parent) directory to exist
This commit is contained in:
commit
a7dc9b120a
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ remove_windows_files() {
|
|||
}
|
||||
|
||||
build_package_copy() {
|
||||
mkdir -p "$PREFIX_PATH"
|
||||
cp -R . "$PREFIX_PATH"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue