[systemd-devel] [PATCH] Fix systemd-stdio-bridge symlink
Lennart Poettering
lennart at poettering.net
Mon Mar 3 08:57:25 PST 2014
On Mon, 03.03.14 16:12, Michael Biebl (mbiebl at gmail.com) wrote:
> The patch looked ok to me as is, but I can certainly add a --relative
> if you prefer.
>
> Should
> dbus1-generator-install-hook:
> $(AM_V_at)$(MKDIR_P) $(DESTDIR)$(usergeneratordir)
> $(AM_V_LN)$(LN_S) -f
> $(systemgeneratordir)/systemd-dbus1-generator
> $(DESTDIR)$(usergeneratordir)/systemd-dbus1-generator
>
> be updated then as well?
I now changed the makefile to only generate relative symlinks. THis
makes use of "ln --relative -s" everywhere, which has been supported in
coreutils for 2y or so, hence I figure this should be OK. If this breaks
for people we can consider making use of this only after an autoconf check.
Lennart
--
Lennart Poettering, Red Hat
More information about the systemd-devel
mailing list