mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-firewall/ipt_netflow: remove redunant ${S} variable from pkg_setup
Closes: https://bugs.gentoo.org/836083 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -51,7 +51,7 @@ pkg_setup() {
|
||||
fi
|
||||
|
||||
BUILD_TARGETS="all"
|
||||
MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
|
||||
MODULE_NAMES="ipt_NETFLOW(ipt_netflow)"
|
||||
IPT_LIB="/usr/$(get_libdir)/xtables"
|
||||
|
||||
linux-mod_pkg_setup
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -46,7 +46,7 @@ pkg_setup() {
|
||||
fi
|
||||
|
||||
BUILD_TARGETS="all"
|
||||
MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
|
||||
MODULE_NAMES="ipt_NETFLOW(ipt_netflow)"
|
||||
IPT_LIB="/usr/$(get_libdir)/xtables"
|
||||
|
||||
linux-mod_pkg_setup
|
||||
|
||||
Reference in New Issue
Block a user