[Bookworm] [Secure Boot] Fix the updated path for extract-cert binary (#17015)

extract-certs was moved from scripts/ to certs/ from kernel 5.17 340a02535e

Signed-off-by: Vivek Reddy <vkarri@nvidia.com>
This commit is contained in:
Vivek 2023-10-30 15:09:13 -05:00 committed by Ying Xie
parent 68b1971fee
commit c688020f6d

View File

@ -66,7 +66,7 @@ if [ ! -f ${LOCAL_SIGN_FILE} ]; then
fi
if [ -z ${LOCAL_EXTRACT_CERT} ]; then
LOCAL_EXTRACT_CERT="/usr/lib/linux-kbuild-${kbuild_ver_major}/scripts/extract-cert"
LOCAL_EXTRACT_CERT="/usr/lib/linux-kbuild-${kbuild_ver_major}/certs/extract-cert"
fi
if [ ! -f ${LOCAL_EXTRACT_CERT} ]; then