mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
build/roms: properly print noblobs rom names
when printing the name of the rom being created, it's done before the check to rename based on vendorfiles in target.cfg. this patch fixes that bug. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -384,10 +384,10 @@ moverom() {
|
||||
rompath="${1}"
|
||||
newrom="${2}"
|
||||
|
||||
[ "${vendorfiles}" = "n" ] && newrom="${newrom%.rom}_noblobs.rom"
|
||||
printf "Creating target image: %s\n" "${newrom}"
|
||||
|
||||
[ -d "${newrom%/*}" ] || x_ mkdir -p "${newrom%/*}/"
|
||||
[ "${vendorfiles}" = "n" ] && newrom="${newrom%.rom}_noblobs.rom"
|
||||
|
||||
x_ modify_coreboot_rom
|
||||
x_ cp "${rompath}" "${newrom}"
|
||||
|
||||
Reference in New Issue
Block a user