Make all extracted files writable after extracting.
This commit is contained in:
parent
dae47914ca
commit
d9da9b66f0
@ -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