mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
set buildall to default when build ubuntu (#5474)
- same behavior as building rpm
This commit is contained in:
parent
de8dadfd41
commit
a428807868
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user