Add chmod o-w /usr
After the default install, /usr was world writable. perl refused to install itself into /usr with that permission. This fixes the permissions.
This commit is contained in:
		
							parent
							
								
									423be1545c
								
							
						
					
					
						commit
						f7c1307878
					
				@ -494,6 +494,7 @@ mount /dev/$root /mnt >/dev/null || exit
 | 
			
		||||
 | 
			
		||||
# Running from the installation CD.
 | 
			
		||||
cpdir -vx / /mnt | progressbar "$ROOTFILES" || exit	
 | 
			
		||||
chmod o-w /mnt/usr
 | 
			
		||||
cp /mnt/etc/motd.install /mnt/etc/motd
 | 
			
		||||
 | 
			
		||||
# Fix /var/log
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user