lbmk: remove use of deprecated ./vendor command

use ./mk instead, because in a future change to lbmk,
only ./mk will be used and the other commands will
be removed.

with this change, the ./vendor, ./build and ./update
commands are no longer used. these commands still work,
for backwards compatibility, but they are deprecated.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-12-24 16:58:23 +00:00
parent 5d1f182306
commit 07037561bd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ vendor_inject()
done
check_board || return 0
[ "$nukemode" = "nuke" ] || x_ ./vendor download $board
[ "$nukemode" = "nuke" ] || x_ ./mk download $board
if [ "$vrelease" = "y" ]; then
patch_release_roms
else