Commit 1c0d01f2 authored by Chris Thurber's avatar Chris Thurber Committed by Ed Reel

Update krb5.rb (#2090)

parent e99d0ac0
......@@ -16,10 +16,10 @@ class Krb5 < Package
def self.build
Dir.chdir "src" do
system "./configure \
--prefix=#{CREW_PREFIX} \
--libdir=#{CREW_LIB_PREFIX} \
--without-system-verto"
system "./configure",
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}",
"--without-system-verto"
system "make"
end
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