Skip to content

Commit

Permalink
no need to start with a bunch of cruft we may not even be wanting to …
Browse files Browse the repository at this point in the history
…use, let users install their gems themselves
  • Loading branch information
joshgoebel committed Sep 6, 2011
1 parent f69655d commit 5c1aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ruby-build/ree-1.8.7-2011.03
Expand Up @@ -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
}

Expand Down

0 comments on commit 5c1aba2

Please sign in to comment.