From 9f9cf72a9d9cc2767c4157e7f7dfc0ab06823500 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 3 Nov 2022 19:54:14 +0000 Subject: [PATCH] scripts: Use correct variable name for BUILDROOT Signed-off-by: Michael Tremer --- src/scripts/find-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/find-requires b/src/scripts/find-requires index 5b934ef3a..6b3daf2c1 100644 --- a/src/scripts/find-requires +++ b/src/scripts/find-requires @@ -168,7 +168,7 @@ main() { local link="$(readlink -m "${path}")" # Make link relative to buildroot - link="${link#${BUILDROOT}}" + link="${link#${buildroot}}" # If the destination is not in this package, we create a dependency for it if ! is_file_on_filelist "${link}" "${filelist}"; then -- 2.39.5