Commit a7dc9b12 by Sam Stephenson

Merge pull request #61 from ryanfb/make_rbenv_install_dir

Some ruby-build definitions expect the target (parent) directory to exist
parents 5ddb90f6 e5c5f78d
...@@ -168,6 +168,7 @@ remove_windows_files() { ...@@ -168,6 +168,7 @@ remove_windows_files() {
} }
build_package_copy() { build_package_copy() {
mkdir -p "$PREFIX_PATH"
cp -R . "$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