From 44869ec54b76a7557650ab8dbfbf0f0044ad5e2c Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 1 Feb 2021 12:01:24 +0300 Subject: [PATCH] clamav rebuild --- util/antivirus/clamav/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/util/antivirus/clamav/actions.py b/util/antivirus/clamav/actions.py index bb0ad17bf6..bce46ebe41 100644 --- a/util/antivirus/clamav/actions.py +++ b/util/antivirus/clamav/actions.py @@ -13,6 +13,7 @@ def setup(): #autotools.autoreconf("-fiv") autotools.configure("--prefix=/usr \ --sbindir=/usr/bin \ + --runstatedir=/run \ --enable-id-check \ --enable-clamdtop \ --disable-static \