Skip to content

Commit 2b30615

Browse files
author
Paul Rosania
committed
Use common build_package_ree_installer
1 parent 0807fd6 commit 2b30615

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
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-
141
use_gcc42_on_lion
152
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
163
install_package "rubygems-1.4.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.4.2.tgz" ruby

0 commit comments

Comments
 (0)