Files
pkgsrc-ng/misc/rubygems/patches/patch-aj
2016-01-21 23:40:00 +01:00

16 lines
520 B
Plaintext

$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']
]