chiark / gitweb /
meson.build: remove unnecessary `ln --relative` check
authorKylie McClain <kylie@somas.is>
Thu, 7 Jun 2018 04:23:07 +0000 (00:23 -0400)
committerSven Eden <yamakuzure@gmx.net>
Fri, 8 Jun 2018 13:33:05 +0000 (15:33 +0200)
commit7874bff7a506ee2b442e294f81e9d06dba739e9e
tree5d78b4e28d87b408de64918fc87048c2461e202a
parent1b6bf41314f8a9df733d154b856b721736fe9bcd
meson.build: remove unnecessary `ln --relative` check

`ln --relative` is used by tools/meson-make-symlink.sh, which is never once
ran during the build process for elogind. additionally, it incurrs a
dependency on GNU coreutils (or any other `ln` that has the non-standard
`--relative` extension), so there's no real need to check for it.
meson.build
tools/meson-make-symlink.sh [deleted file]