aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/rspamd/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD
index 20c6741818..035c04aa9b 100644
--- a/community/rspamd/APKBUILD
+++ b/community/rspamd/APKBUILD
@@ -6,7 +6,7 @@
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
pkgname=rspamd
pkgver=2.5
-pkgrel=0
+pkgrel=1
pkgdesc="Fast, free and open-source spam filtering system"
url="https://rspamd.com/"
arch="all"
@@ -102,8 +102,7 @@ package() {
etc/$pkgname/override.d
install -dm 750 -o rspamd -g rspamd \
- var/lib/$pkgname \
- var/lib/$pkgname/dynamic
+ var/lib/$pkgname
install -dm 750 -o rspamd -g rspamd \
var/log/$pkgname
}