commit:     659ad54cbd562e66c0919c519d92fa738d9f6215
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 21:43:46 2018 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 21:43:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659ad54c

net-firewall/nftables: fix dodoc call

Fixes: https://bugs.gentoo.org/671540
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 net-firewall/nftables/nftables-0.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/nftables/nftables-0.9.0-r1.ebuild 
b/net-firewall/nftables/nftables-0.9.0-r1.ebuild
index 9d4e47a42ae..09ccb7d4001 100644
--- a/net-firewall/nftables/nftables-0.9.0-r1.ebuild
+++ b/net-firewall/nftables/nftables-0.9.0-r1.ebuild
@@ -69,7 +69,7 @@ src_install() {
        systemd_enable_service basic.target ${PN}-restore.service
 
        docinto /usr/share/doc/${PF}/skels
-       dodoc /etc/nftables/*
+       dodoc "${D}"/etc/nftables/*
        rm -R "${D}"/etc/nftables
 }
 

Reply via email to