summaryrefslogtreecommitdiff
path: root/misc/rubygems/patches/patch-aj
blob: 970b4dfa809fac1ae64fe4efdff49526a666196e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aj,v 1.8 2015/01/25 16:13:13 taca Exp $

Use vendordir instead of sitedir.

--- lib/rubygems/defaults.rb.orig	2014-07-21 18:50:29.000000000 +0000
+++ lib/rubygems/defaults.rb
@@ -29,7 +29,7 @@ module Gem
   def self.default_dir
     path = if defined? RUBY_FRAMEWORK_VERSION then
              [
-               File.dirname(RbConfig::CONFIG['sitedir']),
+               File.dirname(RbConfig::CONFIG['vendordir']),
                'Gems',
                RbConfig::CONFIG['ruby_version']
              ]