update/blobs: correct utils paths check
some utils were being needlessly re-downloaded. fix that! Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
5e81024e97
commit
3c7e37b15d
|
@ -43,7 +43,7 @@ build_dependencies()
|
|||
[ -d ${cbdir} ] || \
|
||||
x_ ./update project trees coreboot ${cbdir##*/}
|
||||
for d in uefitool biosutilities bios_extract me_cleaner; do
|
||||
[ -d "${d}" ] && continue
|
||||
[ -d "src/${d}" ] && continue
|
||||
x_ ./update project repo "${d}"
|
||||
done
|
||||
[ -f "${uefiextract}" ] || \
|
||||
|
|
Loading…
Reference in New Issue