mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +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()
|
mkcoreboottar()
|
||||||
{
|
{
|
||||||
[ "$target" = "$tree" ] && return 0
|
[ "$target" = "$tree" ] && return 0; [ "$XBMK_RELEASE" = "y" ] && \
|
||||||
[ "$XBMK_RELEASE" = "y" ] && mkrom_tarball "bin/$target"; return 0
|
[ "$release" != "n" ] && mkrom_tarball "bin/$target"; return 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user