summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-24 16:58:23 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-24 16:58:23 +0000
commit07037561bd6b40dfd5fce8f66affd64bd6dcdbe4 (patch)
tree803a70e0ce3b1de9e693a3dac746a5257bcfc2a2 /include/vendor.sh
parent5d1f1823067d81867ab226a4d0e7c515e6a56e6a (diff)
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>
Diffstat (limited to 'include/vendor.sh')
-rw-r--r--include/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index d12d94e3..43f77f84 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -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