Re: [systemd-devel] symbolic link for systemd-stdio-bridge

2013-12-31 Thread Umut Tezduyar
On Thu, Dec 19, 2013 at 5:34 PM, Umut Tezduyar Lindskog wrote: > It is broken when bindir is /usr/bin and /lib is not symbolic link to > /usr/lib. > > bus-proxyd-install-hook: > $(AM_V_LN)$(LN_S) -f ../../lib/systemd/systemd-bus-proxyd > $(DESTDIR)$(bindir)/systemd-stdio-bridge > > Maybe

[systemd-devel] symbolic link for systemd-stdio-bridge

2013-12-19 Thread Umut Tezduyar Lindskog
It is broken when bindir is /usr/bin and /lib is not symbolic link to /usr/lib. bus-proxyd-install-hook: $(AM_V_LN)$(LN_S) -f ../../lib/systemd/systemd-bus-proxyd $(DESTDIR)$(bindir)/systemd-stdio-bridge Maybe best to use full path. ___ syste