Fix permissions before moving extracted files.
This commit is contained in:
parent
a222a5bbc8
commit
eaca86b0a8
@ -159,9 +159,8 @@ module UnpackStrategy
|
||||
next
|
||||
end
|
||||
|
||||
Directory.new(tmp_unpack_dir).extract(to: to, verbose: verbose)
|
||||
|
||||
FileUtils.chmod_R "+w", tmp_unpack_dir, force: true, verbose: verbose
|
||||
Directory.new(tmp_unpack_dir).extract(to: to, verbose: verbose)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user