mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +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:
@@ -58,7 +58,7 @@ printf "Building ROM image archives for version %s\n" "${version}"
|
||||
continue
|
||||
fi
|
||||
|
||||
printf "Generating release/%s/roms/%s-%s_%s.tar.xz\n" "${projectname}" "${version}" "${version}" "${target##*/}"
|
||||
printf "Generating release/%s/roms/%s-%s_%s.tar.xz\n" "${version}" "${projectname}" "${version}" "${target##*/}"
|
||||
printf "%s\n" "${version}" > "${target}/version"
|
||||
printf "%s\n" "${versiondate}" > "${target}/versiondate"
|
||||
printf "%s\n" "${projectname}" > "${target}/projectname"
|
||||
|
||||
Reference in New Issue
Block a user