diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-09 19:59:46 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-09 19:59:46 +0100 |
commit | 5cfe54b06d74e6392fc7312c41b5ca299704f7ca (patch) | |
tree | be730f9941253679d8a4a39bc47fe93bb505ad79 | |
parent | 9d32af58ebd65f21a0a72bc4d976c3c5433e74a8 (diff) |
This reverts commit a444910bf2f2cd39039116f38439012031b11963.
-rw-r--r-- | include/inject.sh | 2 |
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" |