From cfc64785664e6dc8f0af25dc97a6dc74fd79fced Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 18:27:06 +0200 Subject: [PATCH] clamav: move to usr/bin. --- srcpkgs/clamav/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/clamav/template b/srcpkgs/clamav/template index 84aade4dec0..0969660aeb0 100644 --- a/srcpkgs/clamav/template +++ b/srcpkgs/clamav/template @@ -1,11 +1,11 @@ # Template file for 'clamav' pkgname=clamav version=0.98.7 -revision=2 +revision=3 build_style=gnu-configure +configure_args="--sbindir=/usr/bin --with-pcre=/usr" conf_files="/etc/clamd.conf /etc/freshclam.conf" CPPFLAGS="-Wno-unused-local-typedefs" -configure_args="--with-pcre=/usr" system_accounts="clamav" clamav_homedir="/var/lib/${pkgname}" clamav_descr="ClamAV user"