git: update HTML docs world-readable version.

I checked this and it's still needed in 1.8.4.3.
master
Mike McQuaid 2013-11-26 17:18:41 +00:00 committed by BrewTestBot
parent 444478e71b
commit ba470f84fa
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Git < Formula
man.install resource('man')
(share+'doc/git-doc').install resource('html')
# Make html docs world-readable; check if this is still needed at 1.8.4.2
# Make html docs world-readable; check if this is still needed at 1.8.4.4
chmod 0644, Dir["#{share}/doc/git-doc/**/*.{html,txt}"]
end