Always make nested container readable and writable.
This commit is contained in:
parent
ca1315e0a9
commit
4e44724835
@ -175,6 +175,8 @@ module Cask
|
||||
tmpdir = Pathname(tmpdir)
|
||||
primary_container.extract(to: tmpdir, basename: basename, verbose: verbose?)
|
||||
|
||||
FileUtils.chmod_R "+rw", tmpdir/nested_container, force: true, verbose: verbose?
|
||||
|
||||
UnpackStrategy.detect(tmpdir/nested_container)
|
||||
.extract_nestedly(to: @cask.staged_path, verbose: verbose?)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user