clamav: audit fixes
Closes Homebrew/homebrew#48332. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
97fbd9d43e
commit
d067b72b1f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue