diff options
| author | Mike McQuaid | 2013-11-26 17:18:41 +0000 | 
|---|---|---|
| committer | BrewTestBot | 2013-11-27 08:53:02 +0000 | 
| commit | 2ac2304ada4c722160793d69434c74f908857732 (patch) | |
| tree | 809bf7cf6a369d13e78fe2529b2b66988b0bd6ee /Library/Formula/git.rb | |
| parent | bedb08246b24594ad6b6c080800951c6c3402bf7 (diff) | |
| download | homebrew-2ac2304ada4c722160793d69434c74f908857732.tar.bz2 | |
git: update HTML docs world-readable version.
I checked this and it's still needed in 1.8.4.3.
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 1e1c758aa..c8bc30115 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -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  | 
