diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:58:29 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:58:29 +0100 |
commit | c698972130fb0d1ee07ae0dee609a0cbec38dddf (patch) | |
tree | 9fc425b4f7cafabd4c3ab58820888a63de81db7a /mk | |
parent | 24e488aae56a97ca8a96fa7177351478b9596001 (diff) |
rename include/vendor.sh to inject.sh
this matches cbmk, where inject.sh is the file name
this will make future cherry-picks of lbmk->cbmk easier
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ fi . "include/init.sh" . "include/lib.sh" -. "include/vendor.sh" +. "include/inject.sh" . "include/mrc.sh" eval "`setvars "" vdir src_dirname srcdir mode`" |