mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
clamav: It's <pkgname>_homedir not _home.
This commit is contained in:
parent
deb0817baa
commit
a81d4b129b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=gnu-configure
|
||||||
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"
|
||||||
system_accounts="clamav"
|
system_accounts="clamav"
|
||||||
clamav_home="/var/lib/${pkgname}"
|
clamav_homedir="/var/lib/${pkgname}"
|
||||||
clamav_descr="ClamAV user"
|
clamav_descr="ClamAV user"
|
||||||
hostmakedepends="pkg-config zip"
|
hostmakedepends="pkg-config zip"
|
||||||
makedepends="libressl-devel libxml2-devel libcurl-devel ncurses-devel pcre-devel tcl-devel bzip2-devel zlib-devel"
|
makedepends="libressl-devel libxml2-devel libcurl-devel ncurses-devel pcre-devel tcl-devel bzip2-devel zlib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue