diff options
-rwxr-xr-x | script/roms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/script/roms b/script/roms index 72cb4fc2..63a4921b 100755 --- a/script/roms +++ b/script/roms @@ -56,7 +56,8 @@ main() [ -n "$ser" ] && mkserprogfw "$ser" "$x" [ -z "$ser" ] && [ -d "config/coreboot/$x/config" ] && \ configure_target "$x" && build_roms && \ - [ -d "bin/$board" ] && targets="$targets, $x"; continue + [ -d "bin/$board" ] && targets="$targets, $x" && \ + [ "$XBMK_RELEASE" = "y" ] && mkrom_tarball "bin/$x" done [ -n "$ser" ] && [ "$XBMK_RELEASE" = "y" ] && \ |