summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 15:04:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:21:56 +0200
commit1ccc5d9af91d9ae0fdbd7aac30fd9459ce36dcdd (patch)
tree205720f4c53552747bf1b47786d82090172c0555 /rules/iptables.make
parent54a5789a795b7aa907dd30d91b40ac18c25548b7 (diff)
downloadptxdist-1ccc5d9af91d9ae0fdbd7aac30fd9459ce36dcdd.tar.gz
ptxdist-1ccc5d9af91d9ae0fdbd7aac30fd9459ce36dcdd.tar.xz
iptables: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 16b7820b6..c6effca35 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -134,9 +134,9 @@ ifdef PTXCONF_IPTABLES_IPV6_SYSTEMD_UNIT
@$(call install_alternative, iptables, 0, 0, 0644, /etc/iptables/rules.v6)
@$(call install_alternative, iptables, 0, 0, 0755, /usr/sbin/ip6tables-flush)
@$(call install_alternative, iptables, 0, 0, 0644, \
- /lib/systemd/system/ip6tables.service)
+ /usr/lib/systemd/system/ip6tables.service)
@$(call install_link, iptables, ../ip6tables.service, \
- /lib/systemd/system/multi-user.target.wants/ip6tables.service)
+ /usr/lib/systemd/system/multi-user.target.wants/ip6tables.service)
endif
ifdef PTXCONF_IPTABLES_IPV4_SYSTEMD_UNIT
@@ -144,9 +144,9 @@ ifdef PTXCONF_IPTABLES_IPV4_SYSTEMD_UNIT
@$(call install_alternative, iptables, 0, 0, 0644, /etc/iptables/rules.v4)
@$(call install_alternative, iptables, 0, 0, 0755, /usr/sbin/iptables-flush)
@$(call install_alternative, iptables, 0, 0, 0644, \
- /lib/systemd/system/iptables.service)
+ /usr/lib/systemd/system/iptables.service)
@$(call install_link, iptables, ../iptables.service, \
- /lib/systemd/system/multi-user.target.wants/iptables.service)
+ /usr/lib/systemd/system/multi-user.target.wants/iptables.service)
endif
endif