mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 06:35:50 +01:00
Add Rubinius 1.2.4
This commit is contained in:
parent
95fbfdb266
commit
532c4e764c
2 changed files with 10 additions and 0 deletions
|
@ -66,6 +66,14 @@ build_package_ruby() {
|
|||
} >$LOG_PATH 2>&1
|
||||
}
|
||||
|
||||
build_package_rbx() {
|
||||
local package_name="$1"
|
||||
|
||||
{ ./configure --prefix="$PREFIX_PATH"
|
||||
rake install
|
||||
} >$LOG_PATH 2>&1
|
||||
}
|
||||
|
||||
build_package_copy() {
|
||||
cp -R . "$PREFIX_PATH"
|
||||
}
|
||||
|
|
2
versions/rbx-1.2.4
Normal file
2
versions/rbx-1.2.4
Normal file
|
@ -0,0 +1,2 @@
|
|||
install_package "rubinius-1.2.4" "http://asset.rubini.us/rubinius-1.2.4-20110705.tar.gz" rbx
|
||||
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby
|
Loading…
Reference in a new issue