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:
parent
b9966ae265
commit
b201a50a54
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue