summaryrefslogtreecommitdiffstats
path: root/rules/rpcbind.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-11 15:04:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-04-11 11:20:08 +0200
commit659d01a43cc85f29d4b6a1eb8dde0a0b600e1d86 (patch)
tree12ff66f1226d22f67a1db2f29930158f6fe5f1a0 /rules/rpcbind.make
parentd85d0a6d2047114e06b7ffc15e7a6250a5209997 (diff)
downloadptxdist-659d01a43cc85f29d4b6a1eb8dde0a0b600e1d86.tar.gz
ptxdist-659d01a43cc85f29d4b6a1eb8dde0a0b600e1d86.tar.xz
rpcbind: /usr merge
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rpcbind.make')
-rw-r--r--rules/rpcbind.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/rpcbind.make b/rules/rpcbind.make
index e6e29a913..9343f5422 100644
--- a/rules/rpcbind.make
+++ b/rules/rpcbind.make
@@ -59,11 +59,11 @@ $(STATEDIR)/rpcbind.targetinstall:
ifdef PTXCONF_RPCBIND_SYSTEMD_UNIT
@$(call install_alternative, rpcbind, 0, 0, 0644, \
- /lib/systemd/system/rpcbind.service)
+ /usr/lib/systemd/system/rpcbind.service)
@$(call install_alternative, rpcbind, 0, 0, 0644, \
- /lib/systemd/system/rpcbind.socket)
+ /usr/lib/systemd/system/rpcbind.socket)
@$(call install_link, rpcbind, ../rpcbind.socket, \
- /lib/systemd/system/sockets.target.wants/rpcbind.socket)
+ /usr/lib/systemd/system/sockets.target.wants/rpcbind.socket)
endif
@$(call install_finish, rpcbind)