Commit 138814df by Joshua Peek

Move ree install command to the version file

parent 584aeb4d
...@@ -70,16 +70,6 @@ build_package_copy() { ...@@ -70,16 +70,6 @@ build_package_copy() {
cp -R . "$PREFIX_PATH" 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() { after_install_package() {
local stub=1 local stub=1
} }
......
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 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