From 9f8f230b61eeb7b69778ec3f9fc974bc98edda89 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 7 Oct 2023 00:45:34 +0100 Subject: 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 --- script/update/blobs/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/update/blobs/download b/script/update/blobs/download index 256f27cd..b5cb65c5 100755 --- a/script/update/blobs/download +++ b/script/update/blobs/download @@ -46,7 +46,7 @@ build_dependencies() [ -d "${d}" ] && continue x_ ./update project repo "${d}" done - [ -f uefitool/uefiextract ] || \ + [ -f "${uefiextract}" ] || \ x_ ./update project build -b uefitool [ -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ] || \ x_ make -C "${cbdir}/util/kbc1126" -- cgit v1.2.1