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
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-12-30 12:10:14 -05:00
parent f146f5e159
commit 8f8770706e

View file

@ -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