mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user