mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
rom.sh: only make rom tarball if release=y
Signed-off-by: Leah Rowe <info@minifree.org>
This commit is contained in:
+2
-2
@@ -117,6 +117,6 @@ add_uboot()
|
||||
|
||||
mkcoreboottar()
|
||||
{
|
||||
[ "$target" = "$tree" ] && return 0
|
||||
[ "$XBMK_RELEASE" = "y" ] && mkrom_tarball "bin/$target"; return 0
|
||||
[ "$target" = "$tree" ] && return 0; [ "$XBMK_RELEASE" = "y" ] && \
|
||||
[ "$release" != "n" ] && mkrom_tarball "bin/$target"; return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user