Commit 5c1aba24 by Josh Goebel

no need to start with a bunch of cruft we may not even be wanting to use, let…

no need to start with a bunch of cruft we may not even be wanting to use, let users install their gems themselves
parent f69655d2
...@@ -4,7 +4,7 @@ build_package_ree_installer() { ...@@ -4,7 +4,7 @@ build_package_ree_installer() {
options="--no-tcmalloc" options="--no-tcmalloc"
fi fi
{ ./installer --auto "$PREFIX_PATH" $options { ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
} >&4 2>&1 } >&4 2>&1
} }
......
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