mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
build/roms: create full release tarball name
set relname from option.sh under check_project() now the release logic simply has to move a directory Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -160,7 +160,8 @@ handle_coreboot_target()
|
||||
|
||||
[ -d "bin/${board}" ] || return 0
|
||||
[ "$lbmk_release" = "y" ] || targets="* bin/${board}\n${targets}"
|
||||
[ "$lbmk_release" = "y" ] && targets="* bin/$board.tar.xz\n$targets"
|
||||
[ "$lbmk_release" = "y" ] && \
|
||||
targets="* bin/${relname}_$board.tar.xz\n$targets"
|
||||
[ "$lbmk_release" = "y" ] && mktar_release "bin/$board"; return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user