mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
build/release/src: don't auto-download tianocore
it will already be there, if it was used when build rom images
This commit is contained in:
@@ -55,11 +55,7 @@ printf "%s" "${version}" > "${srcdir}"/version
|
||||
|
||||
modlist="coreboot flashrom grub memtest86plus seabios ich9utils"
|
||||
dirlist="resources"
|
||||
filelist="download build README COPYING Makefile"
|
||||
|
||||
if [ ! -d "coreboot/default/payloads/external/tianocore/tianocore" ]; then
|
||||
./download tianocore
|
||||
fi
|
||||
filelist="download build README.md COPYING Makefile update version versiondate projectname"
|
||||
|
||||
for modname in ${modlist}; do
|
||||
if [ ! -d "${modname}/" ]; then
|
||||
|
||||
Reference in New Issue
Block a user