Skip to content

Commit 5c1aba2

Browse files
committed
no need to start with a bunch of cruft we may not even be wanting to use, let users install their gems themselves
1 parent f69655d commit 5c1aba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/ruby-build/ree-1.8.7-2011.03

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build_package_ree_installer() {
44
options="--no-tcmalloc"
55
fi
66

7-
{ ./installer --auto "$PREFIX_PATH" $options
7+
{ ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
88
} >&4 2>&1
99
}
1010

0 commit comments

Comments
 (0)