We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0807fd6 commit 2b30615Copy full SHA for 2b30615
share/ruby-build/ree-1.8.6-20090610
@@ -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
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