Commit ced23523 by Sam Stephenson

Merge pull request #2 from sstephenson/ree

Add Ruby Enterprise 1.8.7 2011.03
parents 81901adf 8f4cdb1a
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment