summaryrefslogtreecommitdiffstats
path: root/rules/alfred.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 15:04:30 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:21:53 +0200
commit9a05cb5d4e6866b4339edd9a5e5c8cdb1427d368 (patch)
tree545b985f52518ad426bb457c7bd4ce0ae34129b8 /rules/alfred.make
parent297f8570c65b55140d55870040fd8846ca0993ba (diff)
downloadptxdist-9a05cb5d4e6866b4339edd9a5e5c8cdb1427d368.tar.gz
ptxdist-9a05cb5d4e6866b4339edd9a5e5c8cdb1427d368.tar.xz
alfred: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/alfred.make')
-rw-r--r--rules/alfred.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/alfred.make b/rules/alfred.make
index a1b6757c1..18b58c79d 100644
--- a/rules/alfred.make
+++ b/rules/alfred.make
@@ -59,15 +59,15 @@ $(STATEDIR)/alfred.targetinstall:
@$(call install_copy, alfred, 0, 0, 0755, $(ALFRED_DIR)/vis/batadv-vis, /usr/bin/batadv-vis)
ifdef PTXCONF_ALFRED_SYSTEMD_SERVICE
- @$(call install_alternative, alfred, 0, 0, 0644, /lib/systemd/system/alfred@.service)
- @$(call install_alternative, alfred, 0, 0, 0644, /lib/systemd/system/batadv-vis@.service)
+ @$(call install_alternative, alfred, 0, 0, 0644, /usr/lib/systemd/system/alfred@.service)
+ @$(call install_alternative, alfred, 0, 0, 0644, /usr/lib/systemd/system/batadv-vis@.service)
ifneq ($(PTXCONF_ALFRED_SYSTEMD_SERVICE_ALFRED_INTF),"")
@$(call install_link, alfred, ../alfred@.service, \
- /lib/systemd/system/multi-user.target.wants/alfred@$(PTXCONF_ALFRED_SYSTEMD_SERVICE_ALFRED_INTF).service)
+ /usr/lib/systemd/system/multi-user.target.wants/alfred@$(PTXCONF_ALFRED_SYSTEMD_SERVICE_ALFRED_INTF).service)
endif
ifneq ($(PTXCONF_ALFRED_SYSTEMD_SERVICE_BATADVVIS_INTF),"")
@$(call install_link, alfred, ../batadv-vis@.service, \
- /lib/systemd/system/multi-user.target.wants/batadv-vis@$(PTXCONF_ALFRED_SYSTEMD_SERVICE_BATADVVIS_INTF).service)
+ /usr/lib/systemd/system/multi-user.target.wants/batadv-vis@$(PTXCONF_ALFRED_SYSTEMD_SERVICE_BATADVVIS_INTF).service)
endif
endif