From a444910bf2f2cd39039116f38439012031b11963 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 7 Sep 2025 17:28:19 +0100 Subject: inject.sh: put tmpromdel in xbtmp, not cache/ cache/ is meant for permanent cached files, not for temporary files. Signed-off-by: Leah Rowe --- include/inject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inject.sh') diff --git a/include/inject.sh b/include/inject.sh index 77d99874..82dcf2e5 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -4,7 +4,7 @@ # Copyright (c) 2023-2025 Leah Rowe cbcfgsdir="config/coreboot" -tmpromdel="$XBMK_CACHE/DO_NOT_FLASH" +tmpromdel="$xbtmp/DO_NOT_FLASH" nvm="util/nvmutil/nvm" ifdtool="elf/coreboot/default/ifdtool" -- cgit v1.2.1