зеркало из https://github.com/github/ruby.git
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:
Родитель
96b40dff45
Коммит
f0886df4a4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче