Commit 138814df authored by Joshua Peek's avatar Joshua Peek
Browse files

Move ree install command to the version file

parent 584aeb4d
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -70,16 +70,6 @@ build_package_copy() {
  cp -R . "$PREFIX_PATH"
}

build_package_ree_installer() {
  local options="--auto $PREFIX_PATH"
  if [[ "Darwin" = "$(uname)" ]]; then
    options="$options --no-tcmalloc"
  fi

  { ./installer $options
  } >$LOG_PATH 2>&1
}

after_install_package() {
  local stub=1
}
+10 −0
Original line number Diff line number Diff line
build_package_ree_installer() {
  local options="--auto $PREFIX_PATH"
  if [[ "Darwin" = "$(uname)" ]]; then
    options="$options --no-tcmalloc"
  fi

  { ./installer $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