|  | @@ -76,7 +76,7 @@ unset LIB save_lib save_usrlib</userinput></screen>
 | 
	
		
			
				|  |  |  <screen><userinput>/tools/bin/find /usr/lib -type f -name \*.a \
 | 
	
		
			
				|  |  |     -exec /tools/bin/strip --strip-debug {} ';'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -/tools/bin/find /lib /usr/lib -type f \(-name \*.so* -a ! -name \*dbg\) \
 | 
	
		
			
				|  |  | +/tools/bin/find /lib /usr/lib -type f \( -name \*.so* -a ! -name \*dbg \) \
 | 
	
		
			
				|  |  |     -exec /tools/bin/strip --strip-unneeded {} ';'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /tools/bin/find /{bin,sbin} /usr/{bin,sbin,libexec} -type f \
 |