[systemd-commits] Makefile.am

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Mon Dec 30 09:11:42 PST 2013


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f8770706e360d7bf60bb6384743b7c7e5974aac
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Mon Dec 30 12:10:14 2013 -0500

    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 bc6fa1a..8e5f511 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



More information about the systemd-commits mailing list