summaryrefslogtreecommitdiff
path: root/lang/ruby19-base/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby19-base/patches/patch-af')
-rw-r--r--lang/ruby19-base/patches/patch-af15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/ruby19-base/patches/patch-af b/lang/ruby19-base/patches/patch-af
deleted file mode 100644
index 8afbfe9cc76..00000000000
--- a/lang/ruby19-base/patches/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2010/09/12 03:50:06 taca Exp $
-
-Prevent access to HOME when --install-root is used.
-
---- lib/rubygems/commands/install_command.rb.orig 2010-04-22 08:24:42.000000000 +0000
-+++ lib/rubygems/commands/install_command.rb
-@@ -146,7 +146,7 @@ to write the specification by hand. For
- Gem::DocManager.new(gem, options[:rdoc_args]).generate_ri
- end
-
-- Gem::DocManager.update_ri_cache
-+ Gem::DocManager.update_ri_cache(options[:install_root])
- end
-
- if options[:generate_rdoc] then