diff options
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/instruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/instruby.rb b/tool/instruby.rb index 601c23675..852a06d0f 100755 --- a/tool/instruby.rb +++ b/tool/instruby.rb @@ -364,7 +364,7 @@ end install?(:doc, :rdoc) do if $rdocdir - ridatadir = File.join(CONFIG['datadir'], "ri", CONFIG['ruby_version'], "system") + ridatadir = File.join(CONFIG['ridir'], CONFIG['ruby_version'], "system") prepare "rdoc", ridatadir install_recursive($rdocdir, ridatadir, :mode => $data_mode) end |
