Merge pull request #5001 from reitermarkus/extract-writable
Make all extracted files writable after extracting.
This commit is contained in:
commit
fe2f909417
@ -136,6 +136,8 @@ module UnpackStrategy
|
||||
end
|
||||
|
||||
Directory.new(tmp_unpack_dir).extract(to: to, verbose: verbose)
|
||||
|
||||
FileUtils.chmod_R "+w", tmp_unpack_dir
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user