diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 14:08:32 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-23 07:00:35 +0000 |
commit | 3ac9ed6d8659002f7fe0ca765ad37af1fae65880 (patch) | |
tree | c9b1e6704955b7cb0d98ebc5076a347239e8b87e /main/unbound | |
parent | 55e4bbb122e0f0c8520c50e8dd9700f02ff6f3a8 (diff) | |
download | aports-3ac9ed6d8659002f7fe0ca765ad37af1fae65880.tar.bz2 aports-3ac9ed6d8659002f7fe0ca765ad37af1fae65880.tar.xz |
main/unbound: install unbound-event.h
Required for packages that use unbound-event API
Diffstat (limited to 'main/unbound')
-rw-r--r-- | main/unbound/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index d7d4029c4d..df141ddc02 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=unbound pkgver=1.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" url="http://unbound.net/" arch="all" @@ -58,6 +58,7 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" unbound-event-install install -m755 -D contrib/update-anchor.sh \ "$pkgdir"/usr/share/$pkgname/update-anchor.sh |