make root a link
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -27,7 +27,7 @@ tmpfiles:  ## Run this after editing files under tmpfiles.d
 | 
			
		||||
 | 
			
		||||
.PHONY: save-perms
 | 
			
		||||
save-perms:  ## Saves the file permissions to ./acl. Run this after adding new files with correct permissions
 | 
			
		||||
	getfacl --recursive root | ./makepac/sort_acl.sh > acl
 | 
			
		||||
	getfacl --recursive `readlink root` | ./makepac/sort_acl.sh > acl
 | 
			
		||||
 | 
			
		||||
.PHONY: set-perms
 | 
			
		||||
set-perms:  ## Restores permissions of all files from ./acl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user