This seems like a direct result of this change:
commit 1eee7a3040eb7ba295c44beddbfb44abf342ca2c
Author: Guillem Jover <[email protected]>
Date: Sun Dec 3 02:51:43 2023 +0100
Use relative names when executing programs
This switches program invocations to use relative names, so that we
are
then not concerned about the filesystem layout of the system we are
installing into.
While for programs we ship and install we will know the end
destination
and could simply replace that at build or install time, that seemed
more
effort than simply making all usage relative.