diff options
| author | Peter van der Does | 2013-01-03 15:45:39 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 13:29:00 -0800 | 
| commit | 6d382cd579105710b9ba7dfd2287dced0df16d72 (patch) | |
| tree | d2e9f4d9de1b776b9e6625488146000f0b9a1a8b /Library/Formula/git-flow.rb | |
| parent | 7dadd7fd8eb7f58c43a43245d7af4f6a91792bc2 (diff) | |
| download | homebrew-6d382cd579105710b9ba7dfd2287dced0df16d72.tar.bz2 | |
git-flow AVH 1.4.2
Closes #16876.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-flow.rb')
| -rw-r--r-- | Library/Formula/git-flow.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb index 2be090a4a..31cd46bd0 100644 --- a/Library/Formula/git-flow.rb +++ b/Library/Formula/git-flow.rb @@ -17,6 +17,8 @@ class GitFlow < Formula    head 'https://github.com/nvie/gitflow.git', :branch => 'develop' +  conflicts_with 'git-flow-avh' +    def install      system "make", "prefix=#{prefix}", "install" | 
