diff options
-rw-r--r-- | main/dnsmasq/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index 9a4ca4fb80..54886b328f 100644 --- a/main/dnsmasq/APKBUILD +++ b/main/dnsmasq/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dnsmasq pkgver=2.76 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight DNS, DHCP, RA, TFTP and PXE server" url="http://www.thekelleys.org.uk/dnsmasq/" arch="all" @@ -34,7 +34,10 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 install -m644 dnsmasq.conf.example "$pkgdir"/etc/dnsmasq.conf || return 1 - install -d -m755 "$pkgdir"/etc/dnsmasq.d + install -d -m755 "$pkgdir"/etc/dnsmasq.d || return 1 + + install -D -m644 trust-anchors.conf \ + "$pkgdir"/usr/share/$pkgname/trust-anchors.conf } md5sums="6610f8233ca89b15a1bb47c788ffb84f dnsmasq-2.76.tar.gz |