clamav: It's <pkgname>_homedir not _home.

This commit is contained in:
jbu 2015-04-29 12:58:41 +02:00
parent deb0817baa
commit a81d4b129b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ build_style=gnu-configure
conf_files="/etc/clamd.conf /etc/freshclam.conf"
CPPFLAGS="-Wno-unused-local-typedefs"
system_accounts="clamav"
clamav_home="/var/lib/${pkgname}"
clamav_homedir="/var/lib/${pkgname}"
clamav_descr="ClamAV user"
hostmakedepends="pkg-config zip"
makedepends="libressl-devel libxml2-devel libcurl-devel ncurses-devel pcre-devel tcl-devel bzip2-devel zlib-devel"