From fff60b5e5ec99882e0ea976de20fb3e72fab2cfe Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 24 Aug 2011 13:50:59 +0100 Subject: Install Git contrib more sensibly Make caveats refer to persistent locations.--- Library/Formula/git.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 5fb974676..b97dd7dff 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -47,7 +47,7 @@ class Git < Formula (share+'doc/git-core/contrib').install 'contrib/emacs' # Install contrib files to share/contrib - (share).install 'contrib' + (share/:git).install 'contrib' # These files are exact copies of the git binary, so like the contents # of libexec/git-core lets hard link them. @@ -71,10 +71,10 @@ class Git < Formula #{etc}/bash_completion.d Emacs support has been installed to: - #{share}/doc/git-core/contrib/emacs + #{HOMEBREW_PREFIX}/share/doc/git-core/contrib/emacs - The rest of the "contrib" has been installed to: - #{share}/contrib + The rest of the "contrib" is installed to: + #{HOMEBREW_PREFIX}/share/git/contrib EOS end end -- cgit v1.2.3