Merge pull request #29 from yyyc514/master

REE should use the do not install helpful gems option
This commit is contained in:
Joshua Peek 2011-09-06 13:44:39 -07:00
commit ea2f950da5

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
}