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 \