diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-12 18:45:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-12 18:45:34 +0300 |
commit | 3416148b496383328218f1d9293ed0b7e45970aa (patch) | |
tree | a9c6c53d4c5e88416294e2ff74267b431fa91067 /net-dns | |
parent | net-dns/bind: respect ar (diff) | |
download | gentoo-3416148b496383328218f1d9293ed0b7e45970aa.tar.gz gentoo-3416148b496383328218f1d9293ed0b7e45970aa.tar.bz2 gentoo-3416148b496383328218f1d9293ed0b7e45970aa.zip |
net-dns/bind: remove more manpages
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.16.4.ebuild b/net-dns/bind/bind-9.16.4.ebuild index 35625f9dfc9c..8b84f1ce4011 100644 --- a/net-dns/bind/bind-9.16.4.ebuild +++ b/net-dns/bind/bind-9.16.4.ebuild @@ -192,7 +192,7 @@ src_install() { newenvd "${FILESDIR}"/10bind.env 10bind # Let's get rid of those tools and their manpages since they're provided by bind-tools - rm -f "${ED}"/usr/share/man/man1/{dig,host,nslookup}.1* || die + rm -f "${ED}"/usr/share/man/man1/{dig,host,nslookup,delv,nsupdate}.1* || die rm -f "${ED}"/usr/share/man/man8/nsupdate.8* || die rm -f "${ED}"/usr/bin/{dig,host,nslookup,nsupdate} || die rm -f "${ED}"/usr/sbin/{dig,host,nslookup,nsupdate} || die |