From: Zbigniew Jędrzejewski-Szmek Date: Mon, 30 Dec 2013 17:10:14 +0000 (-0500) Subject: build-sys: fix systemd-stdio-bridge link to work with split /usr X-Git-Tag: v209~593 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=8f8770706e360d7bf60bb6384743b7c7e5974aac;ds=sidebyside 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 --- diff --git a/Makefile.am b/Makefile.am index bc6fa1a47..8e5f5110e 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