mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
522 B
Ruby
16 lines
522 B
Ruby
$NetBSD: patch-lib_rubygems_defaults.rb,v 1.1.1.1 2011/11/08 16:10:51 taca Exp $
|
|
|
|
Use vendordir instead of sitedir.
|
|
|
|
--- lib/rubygems/defaults.rb.orig 2011-07-27 02:04:03.000000000 +0000
|
|
+++ lib/rubygems/defaults.rb
|
|
@@ -21,7 +21,7 @@ module Gem
|
|
def self.default_dir
|
|
path = if defined? RUBY_FRAMEWORK_VERSION then
|
|
[
|
|
- File.dirname(ConfigMap[:sitedir]),
|
|
+ File.dirname(ConfigMap[:vendordir]),
|
|
'Gems',
|
|
ConfigMap[:ruby_version]
|
|
]
|