Commit dc623917 by Mislav Marohnić

Merge branch 'rbx-ruby-18'

parents 9b44aa9a 2fa587bc
......@@ -445,7 +445,7 @@ build_package_rbx() {
local package_name="$1"
{ bundle --path=vendor/bundle
./configure --prefix="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS
RUBYOPT="-rubygems $RUBYOPT" ./configure --prefix="$PREFIX_PATH" $RUBY_CONFIGURE_OPTS
rake install
fix_rbx_gem_binstubs "$PREFIX_PATH"
} >&4 2>&1
......
......@@ -27,7 +27,7 @@ tarball() {
mkdir -p "$path"
cat > "$configure" <<OUT
#!$BASH
echo "$name: \$@" >> build.log
echo "$name: \$@" \${RUBYOPT:+RUBYOPT=\$RUBYOPT} >> build.log
OUT
chmod +x "$configure"
......@@ -259,7 +259,7 @@ DEF
assert_build_log <<OUT
bundle --path=vendor/bundle
rubinius-2.0.0: --prefix=$INSTALL_ROOT
rubinius-2.0.0: --prefix=$INSTALL_ROOT RUBYOPT=-rubygems
bundle exec rake install
OUT
}
......
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