diff options
| author | Max Howell | 2011-08-24 13:50:59 +0100 |
|---|---|---|
| committer | Max Howell | 2011-08-24 22:50:43 +0100 |
| commit | fff60b5e5ec99882e0ea976de20fb3e72fab2cfe (patch) | |
| tree | 7051607a9168f2e2e0fbb62d824ffc08ec60b721 /Library | |
| parent | 6fb81be44e44dbeab9e74dffc6d6b9a348b63896 (diff) | |
| download | homebrew-fff60b5e5ec99882e0ea976de20fb3e72fab2cfe.tar.bz2 | |
Install Git contrib more sensibly
Make caveats refer to persistent locations.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git.rb | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
