lzip: add check run

master
David Höppner 2010-02-04 17:55:33 +01:00
parent 2c7a6744a2
commit f5ee2b71f4
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ class Lzip <Formula
md5 '9e1d7f4db5b953e9f75b8500ebe0d4c0'
def install
system "./configure"
system "./configure", "--prefix=#{prefix}", "CXX=#{ENV['CXX']}"
system "make check"
system "make install"
end
end