mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
build/roms: clean up tarball handling
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+4
-3
@@ -160,9 +160,10 @@ handle_coreboot_target()
|
||||
|
||||
[ -d "bin/${board}" ] || return 0
|
||||
[ "$lbmk_release" = "y" ] || targets="* bin/${board}\n${targets}"
|
||||
[ "$lbmk_release" = "y" ] && \
|
||||
targets="* bin/${relname}_$board.tar.xz\n$targets"
|
||||
[ "$lbmk_release" = "y" ] && mktar_release "bin/$board"; return 0
|
||||
[ "$lbmk_release" = "y" ] || return 0
|
||||
|
||||
targets="* bin/${relname}_$board.tar.xz\n$targets"
|
||||
mktar_release "bin/$board"
|
||||
}
|
||||
|
||||
configure_target()
|
||||
|
||||
Reference in New Issue
Block a user