Commit ced23523 authored by Sam Stephenson's avatar Sam Stephenson
Browse files

Merge pull request #2 from sstephenson/ree

Add Ruby Enterprise 1.8.7 2011.03
parents 81901adf 8f4cdb1a
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
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