]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
livepatch-build-tools: do not use readlink -m option
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 28 Nov 2023 09:21:50 +0000 (10:21 +0100)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 6 Dec 2023 10:16:28 +0000 (10:16 +0000)
commit629ab8ddb77523dad8b7bfb1a61545455fc2063b
treed78fe9a7d95e1e83d118118a9bba313da680b946
parente588b7914e7afa3abb64b15a32fc2fdb57ded341
livepatch-build-tools: do not use readlink -m option

Busybox readlink implementation only supports the -f option to follow symlinks,
so adjust the logic in order to keep the same behaviour without using the -m
option.

Singed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
livepatch-build