git: fix permissions on html docs

This commit is contained in:
Jack Nagel 2013-10-25 20:18:37 -05:00
parent db9bd6a662
commit f8ecdf1999

View file

@ -94,6 +94,9 @@ class Git < Formula
# on many other packages, and is somewhat crazy, this way is easier.
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
chmod 0644, Dir["#{share}/doc/git-doc/*"]
end
def caveats; <<-EOS.undent