Simplify installation of pdftohtml
parent
f037fe0c81
commit
74b9a2a0dc
|
@ -7,7 +7,6 @@ class Pdftohtml <Formula
|
|||
|
||||
def install
|
||||
system "make"
|
||||
system "mkdir -p #{prefix}/bin"
|
||||
system "cp src/pdftohtml #{prefix}/bin"
|
||||
bin.install "src/pdftohtml"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue