mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 06:35:50 +01:00
Fix rbx gemsdir
This commit is contained in:
parent
bc1a4b73ba
commit
8063a6f05b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue