Commit 23ccbd7d by Joshua Peek

Add Ruby Enterprise 1.8.7 2011.03

parent 8ef76b19
...@@ -65,6 +65,11 @@ build_package_ruby() { ...@@ -65,6 +65,11 @@ build_package_ruby() {
} >$LOG_PATH 2>&1 } >$LOG_PATH 2>&1
} }
build_package_ree_installer() {
{ ./installer --auto "$PREFIX_PATH"
} >$LOG_PATH 2>&1
}
usage() { usage() {
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX" echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
exit 1 exit 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