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