7 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| source /opt/SuSE/bin/.profile
 | |
| export BUILD_DIST=x86_64
 | |
| sudo build --clean  
 | |
| 
 |