git: fix permissions on html docs
This commit is contained in:
parent
db9bd6a662
commit
f8ecdf1999
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue