[arch-commits] Commit in bind/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Jul 30 16:19:45 UTC 2017
Date: Sunday, July 30, 2017 @ 16:19:44
Author: seblu
Revision: 301425
upgpkg: bind 9.11.2-2
- fix FS#54973
Modified:
bind/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-30 15:21:32 UTC (rev 301424)
+++ PKGBUILD 2017-07-30 16:19:44 UTC (rev 301425)
@@ -8,9 +8,9 @@
pkgname=(bind bind-tools)
_pkgver=9.11.2
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
url='https://www.isc.org/software/bind/'
-license=('custom:ISC')
+license=('custom:MPL2')
arch=('i686' 'x86_64')
options=('!emptydirs')
makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
@@ -92,7 +92,8 @@
'var/named/empty.zone')
cd "bind-$_pkgver"
- install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+ install -Dm644 LICENSE COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/"
for _d in bin/{check,confgen,named,rndc}; do
(cd "$_d" && make DESTDIR="$pkgdir" install)
done
More information about the arch-commits
mailing list