Revert "git: install Git.pm correctly on Lion"
This reverts commit 4cfacc4def66d02b55d8b303b85522bf30317c8f. This causes more problems than it solves. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c65efbf0c1
commit
7bec6f92c5
1 changed files with 0 additions and 7 deletions
|
@ -40,13 +40,6 @@ class Git < Formula
|
|||
# Put it into the Cellar so that it gets upgraded along with git upgrades.
|
||||
(prefix+'etc/bash_completion.d').install 'contrib/completion/git-completion.bash'
|
||||
|
||||
# Install Git.pm in the correct location for Lion
|
||||
# https://github.com/mxcl/homebrew/issues/8620
|
||||
if MacOS.lion?
|
||||
(lib+'perl5/site_perl').install 'perl/blib/lib/Git.pm'
|
||||
(lib+'Git.pm').unlink
|
||||
end
|
||||
|
||||
# Install emacs support.
|
||||
(share+'doc/git-core/contrib').install 'contrib/emacs'
|
||||
# Some people like the stuff in the contrib folder
|
||||
|
|
Loading…
Reference in a new issue