We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81901ad + 8f4cdb1 commit ced2352Copy full SHA for ced2352
versions/ree-1.8.7-2011.03
@@ -0,0 +1,11 @@
1
+build_package_ree_installer() {
2
+ local options=""
3
+ if [[ "Darwin" = "$(uname)" ]]; then
4
+ options="--no-tcmalloc"
5
+ fi
6
+
7
+ { ./installer --auto "$PREFIX_PATH" $options
8
+ } >$LOG_PATH 2>&1
9
+}
10
11
+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