Commit a9761f82 authored by dustinromey's avatar dustinromey Committed by GitHub

Add automake dependency and double quotes.

parent c33db106
......@@ -13,10 +13,11 @@ class Qpdf < Package
})
depends_on 'libjpeg'
depends_on 'automake' => :build
def self.build
system './autogen.sh'
system './configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}'
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment