diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-10 12:32:05 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-10 13:03:16 +0100 |
commit | 0f931b508a8eb34e70b2ed3628ac4fe74f22b8e8 (patch) | |
tree | 1ca7b97f6eb4ec2e943e3c2dbcb4bef1c4e3f691 /include/init.sh | |
parent | 3554b5aad9c0076c3180715b9830eb6069b03b7c (diff) |
inject.sh: split to vendor.sh the download parts
to the extent feasible, keep lbmk-specific parts on
inject.sh to a minimum. this will later be used to
re-sync cbmk's inject.sh with lbmk's, because cbmk's
one doesn't handle vendor files.
the way this is designed now, with this patch, will
make cherry-picking lbmk to cbmk easier in the future,
when keeping this part of cbmk in sync with lbmk.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r-- | include/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/init.sh b/include/init.sh index 2eea04c0..2dd9e88f 100644 --- a/include/init.sh +++ b/include/init.sh @@ -16,7 +16,7 @@ xbmkpath="$PATH" eval "`setvars "" _nogit board reinstall versiondate aur_notice configdir \ datadir version xbmkpwd relname xbmkpwd xbmktmp python pyver xbmklocal \ - xbmklock`" + xbmklock cvxbmk cvchk`" xbmk_init() { |