aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Höppner2010-02-04 17:55:33 +0100
committerDavid Höppner2010-02-04 17:55:33 +0100
commit99e81699eee485f95a9564cedb5d301c39992c9d (patch)
treeab84355021993df4b387f3ade665ed8a6ae9b3b7 /Library/Formula
parentd2b8b46a68bafed789b40a4e42f59df14bdfe1cf (diff)
downloadhomebrew-99e81699eee485f95a9564cedb5d301c39992c9d.tar.bz2
lzip: add check run
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lzip.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/lzip.rb b/Library/Formula/lzip.rb
index 49fd2d43b..b784cbf49 100644
--- a/Library/Formula/lzip.rb
+++ b/Library/Formula/lzip.rb
@@ -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