diff --git a/Library/Homebrew/unpack_strategy.rb b/Library/Homebrew/unpack_strategy.rb index 2f578b3514..07390f9329 100644 --- a/Library/Homebrew/unpack_strategy.rb +++ b/Library/Homebrew/unpack_strategy.rb @@ -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