Skip to content

Commit 0807fd6

Browse files
author
Paul Rosania
committed
Support REE 1.8.6 20090610
1 parent 733926c commit 0807fd6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
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.6-20090610" "http://files.rubyforge.vm.bytemark.co.uk/emm-ruby/ruby-enterprise-1.8.6-20090610.tar.gz" ree_installer
16+
install_package "rubygems-1.4.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.4.2.tgz" ruby

0 commit comments

Comments
 (0)