mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
update/blobs: don't needlessly re-build uefitool
during the switch to src/ for all downloads, i overlooked that the path check was hardcoded. now the check for this binary is corrected. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -46,7 +46,7 @@ build_dependencies()
|
|||||||
[ -d "${d}" ] && continue
|
[ -d "${d}" ] && continue
|
||||||
x_ ./update project repo "${d}"
|
x_ ./update project repo "${d}"
|
||||||
done
|
done
|
||||||
[ -f uefitool/uefiextract ] || \
|
[ -f "${uefiextract}" ] || \
|
||||||
x_ ./update project build -b uefitool
|
x_ ./update project build -b uefitool
|
||||||
[ -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ] || \
|
[ -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ] || \
|
||||||
x_ make -C "${cbdir}/util/kbc1126"
|
x_ make -C "${cbdir}/util/kbc1126"
|
||||||
|
|||||||
Reference in New Issue
Block a user