Commit 8063a6f0 by Joshua Peek

Fix rbx gemsdir

parent bc1a4b73
......@@ -97,7 +97,7 @@ build_package_ruby() {
build_package_rbx() {
local package_name="$1"
{ ./configure --prefix="$PREFIX_PATH"
{ ./configure --prefix="$PREFIX_PATH" --gemsdir="$PREFIX_PATH"
rake install
} >&4 2>&1
}
......
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