diff options
Diffstat (limited to 'testing/unbound/APKBUILD')
-rw-r--r-- | testing/unbound/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/unbound/APKBUILD b/testing/unbound/APKBUILD index db7d916885..14dfbf23cf 100644 --- a/testing/unbound/APKBUILD +++ b/testing/unbound/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=unbound pkgver=1.4.13 -pkgrel=0 +pkgrel=1 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" pkgusers="unbound" pkggroups="unbound" @@ -32,6 +32,7 @@ prepare() { build() { cd "$_builddir" ./configure --prefix=/usr \ + --sysconfdir=/etc \ --with-pidfile=/var/run/unbound/unbound.pid \ --with-username=unbound \ --with-libevent \ |