From a4288078681c587f73897deffc81c1d55baf0507 Mon Sep 17 00:00:00 2001 From: xuweibj Date: Wed, 8 Aug 2018 10:09:43 +0800 Subject: [PATCH] set buildall to default when build ubuntu (#5474) - same behavior as building rpm --- build-ubunturepo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-ubunturepo b/build-ubunturepo index 260adadb0..4026f08be 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -104,6 +104,9 @@ if [ "$c_flag" -a "$d_flag" ];then exit 2 fi +if [ -z "$BUILDALL" ]; then + BUILDALL=1 +fi # Find where this script is located to set some build variables old_pwd=`pwd`