From b35f0b6f635a61597a0f8ac69f8fea4f1d1cf6a4 Mon Sep 17 00:00:00 2001 From: alick01 Date: Thu, 10 Dec 2020 11:45:42 +0300 Subject: [PATCH] clamav actions correction --- util/antivirus/clamav/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/antivirus/clamav/actions.py b/util/antivirus/clamav/actions.py index 79654ebf5a..bb0ad17bf6 100644 --- a/util/antivirus/clamav/actions.py +++ b/util/antivirus/clamav/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import shelltools def setup(): #autotools.autoreconf("-fiv") autotools.configure("--prefix=/usr \ - -sbindir=/usr/bin \ + --sbindir=/usr/bin \ --enable-id-check \ --enable-clamdtop \ --disable-static \