summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-30 12:10:14 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-30 12:11:13 -0500
commit8f8770706e360d7bf60bb6384743b7c7e5974aac (patch)
tree31c23fbafb2cb9141a2d7a8b607d3961c690dc66 /Makefile.am
parentf146f5e159445c4fc7e89fe19ee2b8d72fc19ed7 (diff)
build-sys: fix systemd-stdio-bridge link to work with split /usr
shumski> there seems to be slight error in systemd git master Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc6fa1a476..8e5f5110e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1904,7 +1904,7 @@ systemd_bus_proxyd_LDADD = \
libsystemd-shared.la
bus-proxyd-install-hook:
- $(AM_V_LN)$(LN_S) -f ../../lib/systemd/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge
+ $(AM_V_LN)$(LN_S) -f ../lib/systemd/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge
bus-proxyd-uninstall-hook:
rm -f $(DESTDIR)$(bindir)/systemd-stdio-bridge