Commit 624b6147 by Sam Stephenson

Quote $PREFIX_PATH in copy

parent f353577f
...@@ -67,7 +67,7 @@ build_package_ruby() { ...@@ -67,7 +67,7 @@ build_package_ruby() {
} }
build_package_copy() { build_package_copy() {
cp -R . $PREFIX_PATH cp -R . "$PREFIX_PATH"
} }
after_install_package() { after_install_package() {
......
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