no need to start with a bunch of cruft we may not even be wanting to use, let users install their gems themselves

This commit is contained in:
Josh Goebel 2011-09-06 16:32:58 -04:00
parent f69655d2f4
commit 5c1aba24d9

View file

@ -4,7 +4,7 @@ build_package_ree_installer() {
options="--no-tcmalloc"
fi
{ ./installer --auto "$PREFIX_PATH" $options
{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
} >&4 2>&1
}