diff options
| -rw-r--r-- | Library/Formula/git.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index b79e88838..827d65224 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -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 |
