summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-09 19:59:46 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-09 19:59:46 +0100
commit5cfe54b06d74e6392fc7312c41b5ca299704f7ca (patch)
treebe730f9941253679d8a4a39bc47fe93bb505ad79
parent9d32af58ebd65f21a0a72bc4d976c3c5433e74a8 (diff)
Revert "inject.sh: put tmpromdel in xbtmp, not cache/"HEADmaster
This reverts commit a444910bf2f2cd39039116f38439012031b11963.
-rw-r--r--include/inject.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh
index 82dcf2e5..77d99874 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="$xbtmp/DO_NOT_FLASH"
+tmpromdel="$XBMK_CACHE/DO_NOT_FLASH"
nvm="util/nvmutil/nvm"
ifdtool="elf/coreboot/default/ifdtool"