diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 827d65224..33ea840e7 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -96,7 +96,7 @@ class Git < Formula (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/*"] + chmod 0644, Dir["#{share}/doc/git-doc/**/*.{html,txt}"] end def caveats; <<-EOS.undent |
