Commit ea2f950d by Joshua Peek

Merge pull request #29 from yyyc514/master

REE should use the do not install helpful gems option
parents f69655d2 5c1aba24
......@@ -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
}
......
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