Merge pull request #5019 from reitermarkus/chmod-force
Force `chmod_R` after extracting.
This commit is contained in:
commit
5e4209e03e
@ -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