mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
Add Ruby Enterprise 1.8.7 2011.03
This commit is contained in:
parent
8ef76b190e
commit
23ccbd7d1a
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
1
versions/ree-1.8.7-2011.03
Normal file
1
versions/ree-1.8.7-2011.03
Normal 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
|
Loading…
Reference in a new issue