rspamd: fix previous.

This commit is contained in:
Juan RP 2016-02-24 07:57:47 +01:00
parent a589828798
commit aa5b674b2b

View file

@ -17,7 +17,7 @@ distfiles="http://rspamd.com/downloads/rspamd-${version}.tar.xz"
checksum=7186d0448aaddc1e347af580e7ec14e34ff38859db99bf2173139a6bbc18821d
system_accounts="rspamd"
rspamd_homedir="/var/lib/rspamd"
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/*.conf"
conf_files="/etc/rspamd/*.conf /etc/rspamd/*.inc /etc/rspamd/modules.d/*.conf"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" $makedepends"