From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0793E158091 for ; Sun, 5 Jun 2022 09:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8BFE0871; Sun, 5 Jun 2022 09:20:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 388C3E0871 for ; Sun, 5 Jun 2022 09:20:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9218234183C for ; Sun, 5 Jun 2022 09:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F24C33B8 for ; Sun, 5 Jun 2022 09:20:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654420817.33de47eadff3c80c6d5b5167b23b989fabec642f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-1.0.3-r1.ebuild net-firewall/nftables/nftables-9999.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33de47eadff3c80c6d5b5167b23b989fabec642f X-VCS-Branch: master Date: Sun, 5 Jun 2022 09:20:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12859c83-6508-4e4b-9f6c-b436cd579584 X-Archives-Hash: ec8abc1c96c5aa34b6e089ae774abc7e commit: 33de47eadff3c80c6d5b5167b23b989fabec642f Author: Sam James gentoo org> AuthorDate: Sun Jun 5 09:20:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 5 09:20:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33de47ea net-firewall/nftables: fix doc install Signed-off-by: Sam James gentoo.org> net-firewall/nftables/nftables-1.0.3-r1.ebuild | 1 + net-firewall/nftables/nftables-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-firewall/nftables/nftables-1.0.3-r1.ebuild b/net-firewall/nftables/nftables-1.0.3-r1.ebuild index d4ace7fe057b..86c5513a263c 100644 --- a/net-firewall/nftables/nftables-1.0.3-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.3-r1.ebuild @@ -144,6 +144,7 @@ src_install() { # Do it here instead of in src_prepare to avoid eautoreconf # rmdir lets us catch if more files end up installed in /etc/nftables + dodir /usr/share/doc/${PF}/skels/ mv "${ED}"/etc/nftables/osf "${ED}"/usr/share/doc/${PF}/skels/osf || die rmdir "${ED}"/etc/nftables || die diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index d4ace7fe057b..86c5513a263c 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -144,6 +144,7 @@ src_install() { # Do it here instead of in src_prepare to avoid eautoreconf # rmdir lets us catch if more files end up installed in /etc/nftables + dodir /usr/share/doc/${PF}/skels/ mv "${ED}"/etc/nftables/osf "${ED}"/usr/share/doc/${PF}/skels/osf || die rmdir "${ED}"/etc/nftables || die