summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patchsets/patches-1.9.2_rc2/006_no-rake.patch')
-rw-r--r--patchsets/patches-1.9.2_rc2/006_no-rake.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patchsets/patches-1.9.2_rc2/006_no-rake.patch b/patchsets/patches-1.9.2_rc2/006_no-rake.patch
new file mode 100644
index 0000000..8107c75
--- /dev/null
+++ b/patchsets/patches-1.9.2_rc2/006_no-rake.patch
@@ -0,0 +1,12 @@
+Index: ruby-1.9.2-rc2/tool/rbinstall.rb
+===================================================================
+--- ruby-1.9.2-rc2.orig/tool/rbinstall.rb
++++ ruby-1.9.2-rc2/tool/rbinstall.rb
+@@ -504,7 +504,6 @@ install?(:ext, :comm, :gem) do
+
+ destdir = File.join(gpath, directories.grep(/^spec/)[0])
+ default_gems = [
+- ['rake', 'rake.rb'],
+ ['rdoc', 'rdoc.rb'],
+ ['minitest', 'minitest/unit.rb'],
+ ]