Skip to content

Commit c97e574

Browse files
committed
Support REE 1.8.7-2010.02
1 parent c729320 commit c97e574

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

share/ruby-build/ree-1.8.7-2010.02

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
build_package_ree_installer() {
2+
local options=""
3+
if [[ "Darwin" = "$(uname)" ]]; then
4+
options="--no-tcmalloc"
5+
fi
6+
7+
# Work around install_useful_libraries crash with --dont-install-useful-gems
8+
mkdir -p "$PREFIX_PATH/lib/ruby/gems/1.8/gems"
9+
10+
{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
11+
} >&4 2>&1
12+
}
13+
14+
use_gcc42_on_lion
15+
install_package "ruby-enterprise-1.8.7-2010.02" "http://files.rubyforge.vm.bytemark.co.uk/emm-ruby/ruby-enterprise-1.8.7-2010.02.tar.gz" ree_installer
16+
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby

0 commit comments

Comments
 (0)