Re: [systemd-devel] [PATCH] build-sys: Fix move-to-rootlibdir

2014-03-11 Thread Kay Sievers
On Tue, Mar 11, 2014 at 11:42 PM, Lennart Poettering wrote: > On Tue, 11.03.14 18:14, Mike Gilbert (flop...@gentoo.org) wrote: > >> Since we now use ln -s --relative, using this sed statement is redundant >> and causes broken symlinks to be installed. > > Hmm, wouldn't it be nicer to just drop the

Re: [systemd-devel] [PATCH] build-sys: Fix move-to-rootlibdir

2014-03-11 Thread Mike Gilbert
On Tue, Mar 11, 2014 at 6:53 PM, Mike Gilbert wrote: > On Tue, Mar 11, 2014 at 6:42 PM, Lennart Poettering > wrote: >> On Tue, 11.03.14 18:14, Mike Gilbert (flop...@gentoo.org) wrote: >> >>> Since we now use ln -s --relative, using this sed statement is redundant >>> and causes broken symlinks to

Re: [systemd-devel] [PATCH] build-sys: Fix move-to-rootlibdir

2014-03-11 Thread Mike Gilbert
On Tue, Mar 11, 2014 at 6:42 PM, Lennart Poettering wrote: > On Tue, 11.03.14 18:14, Mike Gilbert (flop...@gentoo.org) wrote: > >> Since we now use ln -s --relative, using this sed statement is redundant >> and causes broken symlinks to be installed. > > Hmm, wouldn't it be nicer to just drop the

Re: [systemd-devel] [PATCH] build-sys: Fix move-to-rootlibdir

2014-03-11 Thread Lennart Poettering
On Tue, 11.03.14 18:14, Mike Gilbert (flop...@gentoo.org) wrote: > Since we now use ln -s --relative, using this sed statement is redundant > and causes broken symlinks to be installed. Hmm, wouldn't it be nicer to just drop the --relative here? Quite honestly, I don't grok the code, neither the

Re: [systemd-devel] [PATCH] build-sys: Fix move-to-rootlibdir

2014-03-11 Thread Mike Gilbert
On Tue, Mar 11, 2014 at 6:14 PM, Mike Gilbert wrote: > Since we now use ln -s --relative, using this sed statement is redundant > and causes broken symlinks to be installed. Actually, I think the the symlinks are not "broken" under normal circumstances (rootlibdir = /lib). However, they end up wi

[systemd-devel] [PATCH] build-sys: Fix move-to-rootlibdir

2014-03-11 Thread Mike Gilbert
Since we now use ln -s --relative, using this sed statement is redundant and causes broken symlinks to be installed. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 182eca6..bd78f44 100644 --- a/Makefile.am +++ b/Makefile.am @@