From a7052b04a7737a104830665908f8c7cc90bdb962 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Tue, 26 Nov 2024 14:43:19 -0500 Subject: [PATCH] make root a link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eacfc5a..31520ea 100644 --- a/Makefile +++ b/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