summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c68f18267ae7..72f8df61b33c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 21 20:11:55 UTC 2018
+# Tue Jun 19 08:15:41 UTC 2018
pkgbase = gadmin-bind
pkgdesc = A GTK+ Application to help administrate BIND
pkgver = 0.2.8
- pkgrel = 1
+ pkgrel = 2
url = http://dalalven.dtdns.net/linux/gadmintools-webpage/app_pages/gadmin-bind.html
arch = i686
arch = x86_64
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
}