From 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 May 2013 01:14:48 -0700 Subject: Wed May 15 01:14:48 PDT 2013 --- community/pdns-recursor/PKGBUILD | 8 ++++---- community/pdns-recursor/pdns-recursor.service | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'community/pdns-recursor') diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 5632e27d2..6bc817065 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 89549 2013-04-29 23:06:17Z arodseth $ +# $Id: PKGBUILD 90828 2013-05-14 12:04:07Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Jan de Groot # Contributor: Jan Steffens pkgname=pdns-recursor pkgver=3.5 -pkgrel=1 +pkgrel=2 pkgdesc='PowerDNS recursor' url='https://www.powerdns.com/' license=('GPL') @@ -16,7 +16,7 @@ backup=('etc/powerdns/recursor.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2" 'pdns-recursor.service') sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549' - 'c5849127cb42b578ff4c38ee6ad39e109bb749ce8b0147ac3619af90803b6875') + '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9') build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,7 +29,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf" rm -r "$pkgdir/etc/init.d" install -Dm644 "$srcdir/pdns-recursor.service" \ diff --git a/community/pdns-recursor/pdns-recursor.service b/community/pdns-recursor/pdns-recursor.service index 8f4404e1d..e8d23ccd0 100644 --- a/community/pdns-recursor/pdns-recursor.service +++ b/community/pdns-recursor/pdns-recursor.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=forking -ExecStart=/usr/sbin/pdns_recursor --daemon +ExecStart=/usr/bin/pdns_recursor --daemon [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf