Commit de745df1 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Fix tab

parent d853175c
......@@ -9,14 +9,14 @@ class Krb5 < Package
def self.build
Dir.chdir "src" do
system "./configure --without-system-verto"
system "./configure --without-system-verto"
system "make"
end
end
def self.install
Dir.chdir "src" do
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
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