You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			127 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			127 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
rpmmode=install
 | 
						|
if  [ "$1" -eq "$1" 2> /dev/null ]; then
 | 
						|
	if [ $1 -ne 1 ]; then
 | 
						|
		rpmmode=upgrade
 | 
						|
	fi
 | 
						|
fi
 | 
						|
 | 
						|
prefix=/usr/local
 | 
						|
 | 
						|
 | 
						|
 |