Commit a141f4c5 by Joshua Peek

Add JRuby 1.6.3

parent 8ef76b19
...@@ -65,6 +65,10 @@ build_package_ruby() { ...@@ -65,6 +65,10 @@ build_package_ruby() {
} >$LOG_PATH 2>&1 } >$LOG_PATH 2>&1
} }
build_package_copy() {
cp -R . $PREFIX_PATH
}
usage() { usage() {
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX" echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
exit 1 exit 1
......
install_package "jruby-1.6.3" "http://jruby.org.s3.amazonaws.com/downloads/1.6.3/jruby-bin-1.6.3.tar.gz" copy
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