pdftohtml: fix conflicts_with typo.
Closes Homebrew/homebrew#24999. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
66c9b4c804
commit
a942fa89a8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Pdftohtml < Formula
|
|||
url 'http://downloads.sourceforge.net/project/pdftohtml/Experimental%20Versions/pdftohtml%200.40/pdftohtml-0.40a.tar.gz'
|
||||
sha1 '409572da65cf5234d026a5b199a81a26e75ca4d8'
|
||||
|
||||
conflicts_with 'poppler', :beacuse => 'both install `pdftohtml` binaries'
|
||||
conflicts_with 'poppler', :because => 'both install `pdftohtml` binaries'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue