rename include/option.sh to include/lib.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>20240612_branch
parent
dc7b72f3f4
commit
914852dd40
2
build
2
build
|
@ -12,7 +12,7 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "build" ] || [ -L "build" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
. "include/option.sh"
|
||||
. "include/lib.sh"
|
||||
. "include/vendor.sh"
|
||||
. "include/mrc.sh"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
set -u -e
|
||||
|
||||
. "include/option.sh"
|
||||
. "include/lib.sh"
|
||||
|
||||
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
|
||||
grub_background="background1280x800.png"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
set -u -e
|
||||
|
||||
. "include/option.sh"
|
||||
. "include/lib.sh"
|
||||
. "include/git.sh"
|
||||
|
||||
eval "$(setvars "" xarch cfgsdir cdir config config_name xlang mode makeargs \
|
||||
|
|
Loading…
Reference in New Issue