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

Add prefixes to ./configure

parent 2f540e5c
......@@ -16,7 +16,7 @@ class Qpdf < Package
def self.build
system './autogen.sh'
system './configure'
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