From 25b2da26417016faccf8848772fcaed9ba73c643 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 11:09:44 +0200 Subject: [PATCH] unbound: move to usr/bin. --- srcpkgs/unbound/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 95deea052b3..2f2ce850b22 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,13 +1,13 @@ # Template file for 'unbound' pkgname=unbound version=1.5.3 -revision=3 +revision=4 build_pie=yes build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr - --with-rootkey-file=/etc/dns/root.key" + --with-rootkey-file=/etc/dns/root.key --sbindir=/usr/bin" conf_files="/etc/unbound/unbound.conf" makedepends="libressl-devel expat-devel libevent-devel" depends="dnssec-anchors"