9 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
 | 
						|
 | 
						|
ebegin "Fixing permissions on /usr/portage"
 | 
						|
chown -R jule:portage /usr/portage/*
 | 
						|
eend $?
 | 
						|
 |