Skip to content

Commit 5d05986

Browse files
committed
twoliter: Use embedded sbkeys script
1 parent c1df195 commit 5d05986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twoliter/embedded/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ echo "No Secure Boot signing profile found in ${profile}." >&2
663663
echo "Generating local keys." >&2
664664
665665
mkdir -p "${BUILDSYS_SBKEYS_PROFILE_DIR}"
666-
${BUILDSYS_SBKEYS_DIR}/generate-local-sbkeys \
666+
${TWOLITER_TOOLS_DIR}/generate-local-sbkeys \
667667
--sdk-image "${TLPRIVATE_SDK_IMAGE}" \
668668
--output-dir "${BUILDSYS_SBKEYS_PROFILE_DIR}"
669669
'''

0 commit comments

Comments
 (0)