openbsd-ports/devel/ruby-gems/patches/patch-lib_rubygems_config_file_rb
bernd 3da8093741 Update to ruby-gems-1.3.0.
Initial diff for 1.2.0 from Jeremy Evans.
Some hints from sturm@.
2008-09-28 15:45:17 +00:00

13 lines
398 B
Plaintext

$OpenBSD: patch-lib_rubygems_config_file_rb,v 1.1 2008/09/28 15:45:18 bernd Exp $
--- lib/rubygems/config_file.rb.orig Wed Sep 17 18:21:42 2008
+++ lib/rubygems/config_file.rb Sat Sep 27 23:02:54 2008
@@ -41,7 +41,7 @@ class Gem::ConfigFile
path.strip
rescue LoadError
- '/etc'
+ '${SYSCONFDIR}'
end
SYSTEM_WIDE_CONFIG_FILE = File.join system_config_path, 'gemrc'