vendor.sh: put _pre_dest in xbtmp, not cache/

XBMK_CACHE (cache/) is meant for permanently cached
files, not temporary files.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-09-07 15:26:35 +01:00
parent 4475b4db4b
commit 69934d18cc
+1 -1
View File
@@ -87,7 +87,7 @@ fetch()
dl_bkup="$3"
dlsum="$4"
_dest="${5##*../}"
_pre_dest="$XBMK_CACHE/tmpdl/check"
_pre_dest="$xbtmp/tmpdl/check"
dlop="$6"
binsum="$7"