leveldb: reduce bottle deviations.

This commit is contained in:
Mike McQuaid 2019-01-24 13:57:02 +00:00
parent 368b258e6c
commit 86c8b39428

View file

@ -19,7 +19,7 @@ class Leveldb < Formula
def install
system "make"
system "make", "check" if build.bottle?
system "make", "check"
include.install "include/leveldb"
bin.install "out-static/leveldbutil"