зеркало из https://github.com/github/ruby.git
Skip empty directories to install [Bug #16596]
This commit is contained in:
Родитель
0b2c7473dd
Коммит
33d02e6bc7
|
@ -261,7 +261,8 @@ def install_recursive(srcdir, dest, options = {})
|
|||
end
|
||||
for src, d, dir in found
|
||||
if dir
|
||||
makedirs(d)
|
||||
next
|
||||
# makedirs(d)
|
||||
else
|
||||
makedirs(d[/.*(?=\/)/m])
|
||||
if block_given?
|
||||
|
|
Загрузка…
Ссылка в новой задаче