diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-06 01:59:13 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-06 01:59:13 +0100 |
commit | 2d16e1ee479d692e3bd4ad722505a87ef8ffb5ba (patch) | |
tree | 5bffc4389900d9befa3a1d400f6c17c66ba45bd0 /script/update/blobs/download | |
parent | 1c2de7f962115a96668aa1f66b1cc1fee3be6922 (diff) |
rename build/project/trees to update/project/build
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/update/blobs/download')
-rwxr-xr-x | script/update/blobs/download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update/blobs/download b/script/update/blobs/download index 735a5452..256f27cd 100755 --- a/script/update/blobs/download +++ b/script/update/blobs/download @@ -47,7 +47,7 @@ build_dependencies() x_ ./update project repo "${d}" done [ -f uefitool/uefiextract ] || \ - x_ ./build project trees -b uefitool + x_ ./update project build -b uefitool [ -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ] || \ x_ make -C "${cbdir}/util/kbc1126" x_ ./build coreboot utils default |