rename include/option.sh to include/lib.sh

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-26 12:10:27 +01:00 committed by Leah Rowe
parent f534b0e973
commit d147c5d915
4 changed files with 3 additions and 3 deletions

2
build
View File

@ -12,7 +12,7 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "build" ] || [ -L "build" ]; then
exit 1
fi
. "include/option.sh"
. "include/lib.sh"
eval "$(setvars "" aur_notice vdir src_dirname srcdir _xm mode xp)"
err="fail"

View File

@ -8,7 +8,7 @@
set -u -e
. "include/option.sh"
. "include/lib.sh"
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
grub_background="background1280x800.png"

View File

@ -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 \