git: stop installing remote helpers

These are now maintained outside of the main tree:
  https://github.com/felipec/git-remote-hg
  https://github.com/felipec/git-remote-bzr
This commit is contained in:
Jack Nagel 2014-09-27 14:53:34 -05:00
parent 943718c2da
commit 72fd61d5be

View file

@ -86,8 +86,6 @@ class Git < Formula
"LDFLAGS=#{ENV.ldflags}",
"install"
bin.install Dir["contrib/remote-helpers/git-remote-{hg,bzr}"]
# Install the OS X keychain credential helper
cd 'contrib/credential/osxkeychain' do
system "make", "CC=#{ENV.cc}",