clamav: audit fixes

Closes Homebrew/homebrew#48332.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Tomasz Pajor 2016-01-21 22:29:59 +01:00 committed by Dominyk Tiller
parent 97fbd9d43e
commit d067b72b1f

View file

@ -44,7 +44,7 @@ class Clamav < Formula
args << "--disable-yara" if build.without? "yara"
args << "--without-pcre" if build.without? "pcre"
(share/"clamav").mkpath
pkgshare.mkpath
system "autoreconf", "-fvi" if build.head?
system "./configure", *args
system "make", "install"