summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112018-06-19 10:15:43 +0200
committerjose17112018-06-19 10:15:43 +0200
commit9861fd0f7bb79ae9eeb82c945d88f76573d99c92 (patch)
treefb353c877c73ad6c49285d7403e14c088a7b1c0a /PKGBUILD
parent192075a74f54b88c35b87d73cde9c9df80d0cf5b (diff)
downloadaur-gadmin-bind.tar.gz
Fix path to named binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f4896cd93e4..4ee7d54c1716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gadmin-bind
pkgver=0.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="A GTK+ Application to help administrate BIND"
arch=('i686' 'x86_64')
url="http://dalalven.dtdns.net/linux/gadmintools-webpage/app_pages/gadmin-bind.html"
@@ -20,7 +20,7 @@ md5sums=('ae4686c0417ac542b54aaf6d7a76d893'
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ NAMED_BINARY=/usr/bin/named SYSLOG_PATH=/var/log/messages ./configure --prefix=/usr
make
}