summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.make
diff options
context:
space:
mode:
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)