diff options
Diffstat (limited to 'main/dnsmasq')
-rw-r--r-- | main/dnsmasq/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index 5db1374063..8b863d5587 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=2 +pkgrel=1 pkgdesc="A lightweight DNS, DHCP, RA, TFTP and PXE server" url="http://www.thekelleys.org.uk/dnsmasq/" arch="all" @@ -41,10 +41,7 @@ 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 || return 1 - - install -D -m644 trust-anchors.conf \ - "$pkgdir"/usr/share/$pkgname/trust-anchors.conf + install -d -m755 "$pkgdir"/etc/dnsmasq.d } md5sums="6610f8233ca89b15a1bb47c788ffb84f dnsmasq-2.76.tar.gz |