aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2011-08-24 13:50:59 +0100
committerMax Howell2011-08-24 22:50:43 +0100
commitfff60b5e5ec99882e0ea976de20fb3e72fab2cfe (patch)
tree7051607a9168f2e2e0fbb62d824ffc08ec60b721 /Library/Formula
parent6fb81be44e44dbeab9e74dffc6d6b9a348b63896 (diff)
downloadhomebrew-fff60b5e5ec99882e0ea976de20fb3e72fab2cfe.tar.bz2
Install Git contrib more sensibly
Make caveats refer to persistent locations.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/git.rb8
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