mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
clamav: move to usr/bin.
This commit is contained in:
parent
10422e9f38
commit
cfc6478566
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'clamav'
|
# Template file for 'clamav'
|
||||||
pkgname=clamav
|
pkgname=clamav
|
||||||
version=0.98.7
|
version=0.98.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--sbindir=/usr/bin --with-pcre=/usr"
|
||||||
conf_files="/etc/clamd.conf /etc/freshclam.conf"
|
conf_files="/etc/clamd.conf /etc/freshclam.conf"
|
||||||
CPPFLAGS="-Wno-unused-local-typedefs"
|
CPPFLAGS="-Wno-unused-local-typedefs"
|
||||||
configure_args="--with-pcre=/usr"
|
|
||||||
system_accounts="clamav"
|
system_accounts="clamav"
|
||||||
clamav_homedir="/var/lib/${pkgname}"
|
clamav_homedir="/var/lib/${pkgname}"
|
||||||
clamav_descr="ClamAV user"
|
clamav_descr="ClamAV user"
|
||||||
|
|
Loading…
Add table
Reference in a new issue