run bundle before configure rubinius

This commit is contained in:
Sergey Pchelincev 2013-10-05 16:43:28 +03:00
parent 1d77174c04
commit 985c0160eb

View file

@ -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
}