summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projectroot/usr/lib/systemd/system/dnsmasq.service (renamed from projectroot/lib/systemd/system/dnsmasq.service)0
-rw-r--r--rules/dnsmasq.make4
2 files changed, 2 insertions, 2 deletions
diff --git a/projectroot/lib/systemd/system/dnsmasq.service b/projectroot/usr/lib/systemd/system/dnsmasq.service
index c663e018c..c663e018c 100644
--- a/projectroot/lib/systemd/system/dnsmasq.service
+++ b/projectroot/usr/lib/systemd/system/dnsmasq.service
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)