mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 23:39:33 +02:00
rename blob/ to vendor/
in the future, we may start downloading files that aren't blobs, such as mxm port configs (on mainboards that use MXM graphics) this directory will contain all of those files generally change the language used, across lbmk, to make use of "vendorfile" instead of "blob" Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
_ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"
|
||||
|
||||
_7ztest="a"
|
||||
blobdir="blob"
|
||||
appdir="${blobdir}/app"
|
||||
vendir="vendor"
|
||||
appdir="${vendir}/app"
|
||||
cbdir="src/coreboot/default"
|
||||
cbcfgsdir="config/coreboot"
|
||||
ifdtool="cbutils/default/ifdtool"
|
||||
@@ -50,7 +50,7 @@ fetch()
|
||||
[ "${5# }" = "${5}" ] || err "fetch: space not allowed in _dest: '${5}'"
|
||||
[ "${5#/}" = "${5}" ] || err "fetch: absolute path not allowed: '${5}'"
|
||||
_dest="${5##*../}"
|
||||
_dl="${blobdir}/cache/${dlsum}"
|
||||
_dl="${vendir}/cache/${dlsum}"
|
||||
|
||||
x_ mkdir -p "${_dl%/*}"
|
||||
|
||||
Reference in New Issue
Block a user