We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef76b1 commit 23ccbd7Copy full SHA for 23ccbd7
bin/ruby-build
@@ -65,6 +65,11 @@ build_package_ruby() {
65
} >$LOG_PATH 2>&1
66
}
67
68
+build_package_ree_installer() {
69
+ { ./installer --auto "$PREFIX_PATH"
70
+ } >$LOG_PATH 2>&1
71
+}
72
+
73
usage() {
74
echo "usage: ruby-build DEFINITION-PATH INSTALLATION-PREFIX"
75
exit 1
versions/ree-1.8.7-2011.03
@@ -0,0 +1 @@
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
0 commit comments