summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 15:04:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:21:59 +0200
commita66bb1075ff5083121154b9d10aff02b544ab1d3 (patch)
tree4185de882d2149b4baf9c0f647112242e1734c88 /rules/dnsmasq.make
parent362e6471a2b39837c08ccb21efe3b68ecd82616e (diff)
downloadptxdist-a66bb1075ff5083121154b9d10aff02b544ab1d3.tar.gz
ptxdist-a66bb1075ff5083121154b9d10aff02b544ab1d3.tar.xz
dnsmasq: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dnsmasq.make')
-rw-r--r--rules/dnsmasq.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/dnsmasq.make b/rules/dnsmasq.make
index a9e3e4937..587cff872 100644
--- a/rules/dnsmasq.make
+++ b/rules/dnsmasq.make
@@ -97,9 +97,9 @@ endif
endif
ifdef PTXCONF_DNSMASQ_SYSTEMD_UNIT
@$(call install_alternative, dnsmasq, 0, 0, 0644, \
- /lib/systemd/system/dnsmasq.service)
+ /usr/lib/systemd/system/dnsmasq.service)
@$(call install_link, dnsmasq, ../dnsmasq.service, \
- /lib/systemd/system/network.target.wants/dnsmasq.service)
+ /usr/lib/systemd/system/network.target.wants/dnsmasq.service)
endif
@$(call install_alternative, dnsmasq, 0, 0, 0644, /etc/dnsmasq.conf, n)