Force chmod_R after extracting.
This commit is contained in:
parent
38287e6309
commit
98a6399e46
@ -137,7 +137,7 @@ module UnpackStrategy
|
||||
|
||||
Directory.new(tmp_unpack_dir).extract(to: to, verbose: verbose)
|
||||
|
||||
FileUtils.chmod_R "+w", tmp_unpack_dir
|
||||
FileUtils.chmod_R "+w", tmp_unpack_dir, force: true, verbose: verbose
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user