From b42ab1071d38c01063c477cfef873bebdf095e03 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 25 Oct 2013 20:18:37 -0500 Subject: git: fix permissions on html docs --- Library/Formula/git.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3