chiark / gitweb /
build-sys: work around broken ln --relative -s -f
authorLennart Poettering <lennart@poettering.net>
Mon, 3 Mar 2014 22:47:40 +0000 (23:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 3 Mar 2014 22:48:57 +0000 (23:48 +0100)
commit5e11d962c02d583f38991adc4eec78872ccb23e4
tree66c9a6fa0ce15bb1d17912d056d69d67c3a69693
parent5c1d3fc93d91384bbac29adf01074fa4375317ea
build-sys: work around broken ln --relative -s -f

As it appears "ln -s --relative" in conjunction with "-f" is broken,
let's work around that by explicitly remove the destination of the
symlink before we create it.

https://bugzilla.redhat.com/show_bug.cgi?id=1072103
Makefile.am