mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-02-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
96b40dff45
commit
f0886df4a4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Dir.chdir CONFIG["srcdir"]
|
|||
|
||||
Find.find("lib") do |f|
|
||||
next unless /\.rb$/ =~ f
|
||||
dir = pkglibdir+"/"+File.dirname(f[4..-1])
|
||||
dir = rubylibdir+"/"+File.dirname(f[4..-1])
|
||||
File.makedirs dir, true unless File.directory? dir
|
||||
File.install f, dir, 0644, true
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue