aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-multipush.rb
diff options
context:
space:
mode:
authorCaius Durling2010-06-23 17:21:15 +0100
committerAdam Vandenberg2010-06-23 09:25:17 -0700
commit50a8baa94cf08745d6fed64a6e617c9985ab3f47 (patch)
tree571218779568901710225aa5a76d8063a1ab31c2 /Library/Formula/git-multipush.rb
parent33aa2853c559f6e1e54227d1b24276757f1ae166 (diff)
downloadhomebrew-50a8baa94cf08745d6fed64a6e617c9985ab3f47.tar.bz2
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>
Diffstat (limited to 'Library/Formula/git-multipush.rb')
-rw-r--r--Library/Formula/git-multipush.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/git-multipush.rb b/Library/Formula/git-multipush.rb
index 832d78fd2..bfc6091f6 100644
--- a/Library/Formula/git-multipush.rb
+++ b/Library/Formula/git-multipush.rb
@@ -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"