summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-23 14:13:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-23 14:13:54 +0000
commit2f95bd33fd8e0597a5f1a1fc04c0748f31e937b4 (patch)
tree6ce7d9ec7a326c27e7dce19cf792de4590355af4 /testing
parentd3fc6683f1c187c132dd104b66d2ad1cfb9ab8d5 (diff)
downloadaports-2f95bd33fd8e0597a5f1a1fc04c0748f31e937b4.tar.bz2
aports-2f95bd33fd8e0597a5f1a1fc04c0748f31e937b4.tar.xz
testing/unbound: fix sysconfdir
Diffstat (limited to 'testing')
-rw-r--r--testing/unbound/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/unbound/APKBUILD b/testing/unbound/APKBUILD
index db7d91688..14dfbf23c 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 \