rbinstall.rb: append "/" to directory names
This commit is contained in:
parent
68a6f6c4ab
commit
af8ac97fcc
@ -862,7 +862,7 @@ module RbInstall
|
|||||||
$made_dirs.fetch(d = without_destdir(dir)) do
|
$made_dirs.fetch(d = without_destdir(dir)) do
|
||||||
$made_dirs[d] = true
|
$made_dirs[d] = true
|
||||||
super unless $dryrun
|
super unless $dryrun
|
||||||
$installed_list.puts(d) if $installed_list
|
$installed_list.puts(d+"/") if $installed_list
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user