From b9662fbe3634af2946f0423a021c4f04c983c169 Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Fri, 1 Sep 2023 08:30:08 +0100
Subject: handle project downloads in main lbmk script

this means the unified /tmp handling is now provided for
in both the former "fetch" and "fetch_trees" script, which
are now (respectively):

./update project repo
./update project trees

if the fetch scripts weren't cleaning /tmp before, they
now are, because lbmk handles it

Signed-off-by: Leah Rowe <leah@libreboot.org>
---
 script/update/blobs/mrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'script/update/blobs/mrc')

diff --git a/script/update/blobs/mrc b/script/update/blobs/mrc
index c069e678..420fa42f 100755
--- a/script/update/blobs/mrc
+++ b/script/update/blobs/mrc
@@ -71,7 +71,7 @@ check_existing()
 
 build_dependencies()
 {
-	[ -d "${cbdir}/" ] || ./fetch_trees coreboot default || \
+	[ -d "${cbdir}/" ] || ./update project trees coreboot default || \
 	    err "build_dependencies: cannot fetch coreboot/default"
 	./build coreboot utils default || \
 	    err "build_dependencies: cannot build cbutils/default"
-- 
cgit v1.2.1