Removing git-multipush's dependency on git.

git may already be installed on developer's macs, so no need to reinstall it through homebrew.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Caius Durling 2010-06-23 17:21:15 +01:00 committed by Adam Vandenberg
parent b9966ae265
commit b201a50a54

View file

@ -5,7 +5,8 @@ class GitMultipush <Formula
homepage 'http://code.google.com/p/git-multipush/'
md5 'ca809d24857c5abe92f870f3a4f2ebe5'
depends_on 'git'
# Not depending on git because people might have it
# installed through another means
def install
system "make", "prefix=#{prefix}", "install"