Force chmod_R after extracting.

This commit is contained in:
Markus Reiter 2018-10-02 13:33:00 +02:00
parent 38287e6309
commit 98a6399e46

View File

@ -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