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

Change from " to ' for consistency

parent b56712f0
......@@ -16,7 +16,7 @@ class Qpdf < Package
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