tree-wide: replace realpath with readlink -f
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 5 Mar 2020 08:12:59 +0000 (09:12 +0100)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:47 +0000 (16:37 +0100)
commite2fa5dc8707b83bfec16488420fd5f7d6ec460cb
tree50f4813282d5c9d13b223ba68fe6340776eb50cf
parent825616b5713b1eaea121a4f1ae3d4c642602e6c5
tree-wide: replace realpath with readlink -f

Tizen's coreutils doesn't include 'realpath' utility, which was
introduced in coreutils 8.15. However, Tizen's coreutils includes 'readlink'
utility, which is very close to 'realpath' if called with '-f' param.

Change-Id: I08b6ed68fc6bf0c384b599f4de3724724345d5c7
mkosi.build
src/boot/efi/meson.build
test/test-functions
tools/find-build-dir.sh