Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / rubygems / patches / patch-aj
blob19cf920a2837fda3c9394dc4a5b674c145149f2c
1 $NetBSD: patch-aj,v 1.6 2010/09/16 12:02:05 taca Exp $
3 Use vendordir instead of sitedir.
5 --- lib/rubygems/defaults.rb.orig       2011-05-18 23:36:37.000000000 +0000
6 +++ lib/rubygems/defaults.rb
7 @@ -21,7 +21,7 @@ module Gem
8    def self.default_dir
9      path = if defined? RUBY_FRAMEWORK_VERSION then
10               [
11 -               File.dirname(ConfigMap[:sitedir]),
12 +               File.dirname(ConfigMap[:vendordir]),
13                 'Gems',
14                 ConfigMap[:ruby_version]
15               ]