summaryrefslogtreecommitdiffstats
path: root/rules/connman.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 15:04:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:21:58 +0200
commit362e6471a2b39837c08ccb21efe3b68ecd82616e (patch)
treef73b6001e11882a315df630a101fcd6363d26756 /rules/connman.make
parenta7242dba71b87875995742c0caa80f842aa9f99a (diff)
downloadptxdist-362e6471a2b39837c08ccb21efe3b68ecd82616e.tar.gz
ptxdist-362e6471a2b39837c08ccb21efe3b68ecd82616e.tar.xz
connman: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/connman.make')
-rw-r--r--rules/connman.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/connman.make b/rules/connman.make
index b8ed35a00..7e1cf64d9 100644
--- a/rules/connman.make
+++ b/rules/connman.make
@@ -63,7 +63,7 @@ CONNMAN_CONF_OPT := \
--$(call ptx/endis, PTXCONF_CONNMAN_CLIENT)-client \
--enable-datafiles \
--with-dbusconfdir=/usr/share \
- --with-systemdunitdir=/lib/systemd/system
+ --with-systemdunitdir=/usr/lib/systemd/system
CONNMAN_TESTS := \
backtrace \
@@ -150,15 +150,15 @@ endif
endif
ifdef PTXCONF_CONNMAN_SYSTEMD_UNIT
@$(call install_alternative, connman, 0, 0, 0644, \
- /lib/systemd/system/connman.service)
+ /usr/lib/systemd/system/connman.service)
@$(call install_link, connman, ../connman.service, \
- /lib/systemd/system/multi-user.target.wants/connman.service)
+ /usr/lib/systemd/system/multi-user.target.wants/connman.service)
@$(call install_alternative, connman, 0, 0, 0644, \
- /lib/systemd/system/connman-ignore.service)
+ /usr/lib/systemd/system/connman-ignore.service)
@$(call install_link, connman, ../connman-ignore.service, \
- /lib/systemd/system/connman.service.wants/connman-ignore.service)
+ /usr/lib/systemd/system/connman.service.wants/connman-ignore.service)
@$(call install_alternative, connman, 0, 0, 0755, \
- /lib/systemd/connman-ignore)
+ /usr/lib/systemd/connman-ignore)
endif
ifdef PTXCONF_CONNMAN_POLKIT
@$(call install_alternative, connman, 0, 0, 0644, \