summaryrefslogtreecommitdiff
path: root/include/inject.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-07 17:28:19 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-07 17:28:19 +0100
commita444910bf2f2cd39039116f38439012031b11963 (patch)
tree674bcb50e7f9f7b4356a2ce9d37f52dd1734c70f /include/inject.sh
parent23fb10c3f5ea4ac434aaa6e9dbab290a7bb6b3f1 (diff)
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>
Diffstat (limited to 'include/inject.sh')
-rw-r--r--include/inject.sh2
1 files changed, 1 insertions, 1 deletions
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 <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"