inject.sh: put tmpromdel in xbtmp, not cache/

cache/ is meant for permanent cached files, not for
temporary files.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-09-07 17:28:19 +01:00
parent 23fb10c3f5
commit a444910bf2
+1 -1
View File
@@ -4,7 +4,7 @@
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
cbcfgsdir="config/coreboot"
tmpromdel="$XBMK_CACHE/DO_NOT_FLASH"
tmpromdel="$xbtmp/DO_NOT_FLASH"
nvm="util/nvmutil/nvm"
ifdtool="elf/coreboot/default/ifdtool"