diff options
Diffstat (limited to 'dev-ruby/rubygems/files/rubygems-0.9.1-no_post_install.patch')
-rw-r--r-- | dev-ruby/rubygems/files/rubygems-0.9.1-no_post_install.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-ruby/rubygems/files/rubygems-0.9.1-no_post_install.patch b/dev-ruby/rubygems/files/rubygems-0.9.1-no_post_install.patch new file mode 100644 index 0000000..4324d00 --- /dev/null +++ b/dev-ruby/rubygems/files/rubygems-0.9.1-no_post_install.patch @@ -0,0 +1,9 @@ +diff -ur rubygems-0.9.1/post-install.rb rubygems-0.9.1.new/post-install.rb +--- rubygems-0.9.1/post-install.rb 2007-01-16 07:31:27.000000000 +0700 ++++ rubygems-0.9.1.new/post-install.rb 2007-01-17 20:05:04.000000000 +0700 +@@ -117,5 +117,4 @@ + remove_old_rdoc + install_rdoc + install_windows_batch_files +-remove_stubs + |