diff options
Diffstat (limited to 'src/build.sh')
-rw-r--r-- | src/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |