From adc513a9f52b719b80bab8dcd180da52a01cd69c Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Mon, 21 Dec 2015 18:28:40 +0300 Subject: [PATCH] Moved create_board_package out of KERNEL_ONLY conditional check --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index b92eed11b1..7fe31bd935 100644 --- a/main.sh +++ b/main.sh @@ -281,8 +281,9 @@ done [ "$needs_uboot" = "yes" ] && compile_uboot [ "$needs_kernel" = "yes" ] && compile_kernel +[[ -n "$RELEASE" ]] && create_board_package + if [ "$KERNEL_ONLY" == "yes" ]; then - [[ -n "$RELEASE" ]] && create_board_package display_alert "Kernel building done" "@host" "info" display_alert "Target directory" "$DEST/debs/" "info" display_alert "File name" "$CHOOSEN_KERNEL" "info" @@ -296,7 +297,6 @@ else # install board specific applications install_distribution_specific - create_board_package install_board_specific # install desktop