Simplify installation of pdftohtml

master
Andre Arko 2009-09-10 12:11:55 -07:00
parent f037fe0c81
commit 74b9a2a0dc
1 changed files with 1 additions and 2 deletions

View File

@ -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