mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
vendor.sh: remove unnecessary cbdir check
we don't need to check this, because the trees script already checks it. avoid unnecessary work. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ build_dependencies_inject()
|
||||
cbdir="src/coreboot/$tree"
|
||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||
ifdtool="elf/ifdtool/$tree/ifdtool"
|
||||
[ -d "$cbdir" ] || x_ ./update trees -f coreboot $tree
|
||||
x_ ./update trees -f coreboot $tree
|
||||
if [ ! -f "$cbfstool" ] || [ ! -f "$ifdtool" ]; then
|
||||
x_ ./update trees -b coreboot utils $tree
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user