mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-14 03:41:19 +02:00
run bundle before configure rubinius
This commit is contained in:
parent
1d77174c04
commit
985c0160eb
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,8 @@ build_package_ree_installer() {
|
|||
build_package_rbx() {
|
||||
local package_name="$1"
|
||||
|
||||
{ ./configure --prefix="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS
|
||||
{ bundle
|
||||
./configure --prefix="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS
|
||||
rake install
|
||||
} >&4 2>&1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue