aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorJack Nagel2011-11-16 21:22:09 -0600
committerJack Nagel2011-11-16 21:22:25 -0600
commit8af6bdf07b673aae62db6a231bdd1702de1c5779 (patch)
treea737264d43276c7816977babb223ea09e570d0cf /Library/Formula/git.rb
parent4cfacc4def66d02b55d8b303b85522bf30317c8f (diff)
downloadhomebrew-8af6bdf07b673aae62db6a231bdd1702de1c5779.tar.bz2
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>
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 9ec7fdbd3..61102fb6b 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -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