net-firewall/nftables: Port missing changes to 0.9.3
authorFrancisco Blas (klondike) Izquierdo Riera <klondike@gentoo.org>
Thu, 5 Dec 2019 02:03:01 +0000 (03:03 +0100)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 5 Dec 2019 02:19:37 +0000 (20:19 -0600)
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) <klondike@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
net-firewall/nftables/nftables-0.9.3-r1.ebuild [moved from net-firewall/nftables/nftables-0.9.3.ebuild with 96% similarity]

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 26df15a2aeaa3ea89a61bb55738f070c062681dd..ded9ef81c8a9b3b34443a61f6732c82b3f2aeef9 100644 (file)
@@ -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