From 6a08bd96240b09a7625736e48c6ea4c68dd34b3c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Apr 2010 04:57:16 +0000 Subject: * lib/rdoc/ri/paths.rb: follows $ridir. reapplied r23554. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/ri/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rdoc') diff --git a/lib/rdoc/ri/paths.rb b/lib/rdoc/ri/paths.rb index 7090a58d44..f2d65d9ce0 100644 --- a/lib/rdoc/ri/paths.rb +++ b/lib/rdoc/ri/paths.rb @@ -10,7 +10,7 @@ module RDoc::RI::Paths version = RbConfig::CONFIG['ruby_version'] - base = File.join RbConfig::CONFIG['datadir'], "ri", version + base = File.join RbConfig::CONFIG['ridir'], version SYSDIR = File.join base, "system" SITEDIR = File.join base, "site" HOMEDIR = (File.expand_path("~/.rdoc") rescue nil) -- cgit v1.2.3