diff options
| author | Jack Nagel | 2013-10-25 20:24:47 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-10-25 20:25:18 -0500 |
| commit | 50f4e193e3f709078c9cc0b4482b4b3c73c0fa64 (patch) | |
| tree | 627e006b2aadc382c88e78739246bd95301b668e /Library | |
| parent | b42ab1071d38c01063c477cfef873bebdf095e03 (diff) | |
| download | homebrew-50f4e193e3f709078c9cc0b4482b4b3c73c0fa64.tar.bz2 | |
git: _really_ fix permissions on docs
Diffstat (limited to 'Library')
| -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 |
