mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 06:35:50 +01:00
Merge pull request #2 from sstephenson/ree
Add Ruby Enterprise 1.8.7 2011.03
This commit is contained in:
commit
ced2352371
1 changed files with 11 additions and 0 deletions
11
versions/ree-1.8.7-2011.03
Normal file
11
versions/ree-1.8.7-2011.03
Normal file
|
@ -0,0 +1,11 @@
|
|||
build_package_ree_installer() {
|
||||
local options=""
|
||||
if [[ "Darwin" = "$(uname)" ]]; then
|
||||
options="--no-tcmalloc"
|
||||
fi
|
||||
|
||||
{ ./installer --auto "$PREFIX_PATH" $options
|
||||
} >$LOG_PATH 2>&1
|
||||
}
|
||||
|
||||
install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer
|
Loading…
Reference in a new issue