summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Blas (klondike) Izquierdo Riera <klondike@gentoo.org>2019-12-05 03:03:01 +0100
committerMatthew Thode <prometheanfire@gentoo.org>2019-12-04 20:19:37 -0600
commit05a624159dea4811d5212e59d97c3ee471f58559 (patch)
tree071cebdb337efd614fe36f4b5849fa1f1367cd5f /net-firewall
parentsys-apps/portage-2.3.79: alpha stable, bug 701106 (diff)
downloadgentoo-05a624159dea4811d5212e59d97c3ee471f58559.tar.gz
gentoo-05a624159dea4811d5212e59d97c3ee471f58559.tar.bz2
gentoo-05a624159dea4811d5212e59d97c3ee471f58559.zip
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) <klondike@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.11 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/nftables/nftables-0.9.3-r1.ebuild (renamed from net-firewall/nftables/nftables-0.9.3.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/nftables/nftables-0.9.3.ebuild b/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