|  | @@ -112,6 +112,12 @@ if ! which gzip >/dev/null 2>&1; then
 | 
	
		
			
				|  |  |  	out=1
 | 
	
		
			
				|  |  |  fi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +if ! which bzip2 >/dev/null 2>&1; then
 | 
	
		
			
				|  |  | +	echo You must install bzip2 to continue.
 | 
	
		
			
				|  |  | +	echo
 | 
	
		
			
				|  |  | +	out=1
 | 
	
		
			
				|  |  | +fi
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  if ! which lzop >/dev/null 2>&1; then
 | 
	
		
			
				|  |  |  	echo You must install lzop to continue.
 | 
	
		
			
				|  |  |  	echo
 | 
	
	
		
			
				|  | @@ -130,12 +136,6 @@ if ! which xz >/dev/null 2>&1; then
 | 
	
		
			
				|  |  |  	out=1
 | 
	
		
			
				|  |  |  fi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -if ! which bzip2 >/dev/null 2>&1; then
 | 
	
		
			
				|  |  | -	echo You must install bzip2 to continue.
 | 
	
		
			
				|  |  | -	echo
 | 
	
		
			
				|  |  | -	out=1
 | 
	
		
			
				|  |  | -fi
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  if ! which patch >/dev/null 2>&1; then
 | 
	
		
			
				|  |  |  	echo You must install patch to continue.
 | 
	
		
			
				|  |  |  	echo
 |