diff options
| author | Thomas Brown | 2015-03-23 07:16:32 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-23 15:34:03 +0000 |
| commit | 62970ad63fd385ac7277ac6711d5d9d64bd45f2c (patch) | |
| tree | e96d88ebad1f9b103e9020d3d223a71ec940cd3f /Library | |
| parent | 97bc7722426583e2def573b1242d517914b0ea40 (diff) | |
| download | homebrew-62970ad63fd385ac7277ac6711d5d9d64bd45f2c.tar.bz2 | |
markdown: note that this conflicts with multimarkdown.
Both the markdown recipe and the multimarkdown recipe provide a markdown
binary, resulting in a conflict.
Closes #37994.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/markdown.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/markdown.rb b/Library/Formula/markdown.rb index 3f9c1aee5..69eb4fa54 100644 --- a/Library/Formula/markdown.rb +++ b/Library/Formula/markdown.rb @@ -7,6 +7,7 @@ class Markdown < Formula conflicts_with 'discount', :because => 'both markdown and discount ship a `markdown` executable.' + conflicts_with 'markdown', :because => 'both install `markdown` binaries' def install bin.install 'Markdown.pl' => 'markdown' |
