diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-10-20 15:52:24 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-10-20 15:52:24 +0000 |
commit | 3c026f8dd15393705902ef5268dddbd1115492c6 (patch) | |
tree | 8127fe98873b0dfcf8fb4c980c24b09686a3e5a2 /dev-ruby/rubygems/files/no_post_install.patch | |
parent | mask nx-1.5 for testing (diff) | |
download | historical-3c026f8dd15393705902ef5268dddbd1115492c6.tar.gz historical-3c026f8dd15393705902ef5268dddbd1115492c6.tar.bz2 historical-3c026f8dd15393705902ef5268dddbd1115492c6.zip |
Don't do the stub removal check in the post-install. Also, install 10rubygems environment file which contains RUBYOPT='-rubygems' so that s are automagically found
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'dev-ruby/rubygems/files/no_post_install.patch')
-rw-r--r-- | dev-ruby/rubygems/files/no_post_install.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-ruby/rubygems/files/no_post_install.patch b/dev-ruby/rubygems/files/no_post_install.patch new file mode 100644 index 000000000000..68de503828f9 --- /dev/null +++ b/dev-ruby/rubygems/files/no_post_install.patch @@ -0,0 +1,9 @@ +--- post-install.rb.orig 2005-10-20 10:46:25.000000000 -0500 ++++ post-install.rb 2005-10-20 10:46:29.000000000 -0500 +@@ -71,6 +71,5 @@ + end + + install_windows_batch_files +-remove_stubs + install_sources + |