From 05a624159dea4811d5212e59d97c3ee471f58559 Mon Sep 17 00:00:00 2001 From: "Francisco Blas (klondike) Izquierdo Riera" Date: Thu, 5 Dec 2019 03:03:01 +0100 Subject: [PATCH] net-firewall/nftables: Port missing changes to 0.9.3 Lars added nftables-0.9.3 at the time I was doing the changes to rename the modern_kernel USE flag and move the skel files into its own folder in doc. As a result of this, I missed the ebuild and didn't update it. Update also the 0.9.3 ebuild so it follows the same conventions as the others. Signed-off-by: Francisco Blas Izquierdo Riera (klondike) Package-Manager: Portage-2.3.76, Repoman-2.3.11 Signed-off-by: Matthew Thode --- .../{nftables-0.9.3.ebuild => nftables-0.9.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-firewall/nftables/{nftables-0.9.3.ebuild => nftables-0.9.3-r1.ebuild} (96%) diff --git a/net-firewall/nftables/nftables-0.9.3.ebuild b/net-firewall/nftables/nftables-0.9.3-r1.ebuild similarity index 96% rename from net-firewall/nftables/nftables-0.9.3.ebuild rename to net-firewall/nftables/nftables-0.9.3-r1.ebuild index 26df15a2aeaa..ded9ef81c8a9 100644 --- a/net-firewall/nftables/nftables-0.9.3.ebuild +++ b/net-firewall/nftables/nftables-0.9.3-r1.ebuild @@ -66,9 +66,9 @@ src_prepare() { default # fix installation path for doc stuff - sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}@' \ + sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels@' \ -i files/nftables/Makefile.am || die - sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/osf@' \ + sed '/^pkgsysconfdir/s@${sysconfdir}.*$@${docdir}/skels/osf@' \ -i files/osf/Makefile.am || die eautoreconf -- 2.26.2