From e7b2de40c6d03f3a5b4fb3906ef826ad169a7cb2 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 30 Jul 2022 18:36:34 +0000 Subject: sysroot is now included in functions themselves --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build.sh') diff --git a/src/build.sh b/src/build.sh index 89d2bf3..614924b 100644 --- a/src/build.sh +++ b/src/build.sh @@ -49,7 +49,7 @@ get_revision () { # return the installed revision of the given package # get_installed_revision () { - local infofile=${INSTALLED_DIR}/$1/info + local infofile=${SYSROOT}${INSTALLED_DIR}/$1/info [ -f $infofile ] && { sed -rn "s/^REVISION=(.*)$/\1/p" $infofile } -- cgit v1.2.1