diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-multipush.rb | 3 | 
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"  | 
