Add Ruby Enterprise 1.8.7 2011.03

This commit is contained in:
Joshua Peek 2011-08-02 20:59:07 -05:00
parent 8ef76b190e
commit 23ccbd7d1a
2 changed files with 6 additions and 0 deletions

View file

@ -65,6 +65,11 @@ build_package_ruby() {
} >$LOG_PATH 2>&1
}
build_package_ree_installer() {
{ ./installer --auto "$PREFIX_PATH"
} >$LOG_PATH 2>&1
}
usage() {
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
exit 1

View file

@ -0,0 +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