From 3cc1e7b947641fd8eba97944bb4c98a16a78c567 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 31 Jan 2021 14:09:41 +0100 Subject: Set file owner to 0 rather than root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bbde8c..ae36177 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: asroot cp -- asroot.8 "$(DESTDIR)$(MANPREFIX)/man8/asroot.8" post-install: - chown -- 'root:wheel' "$(DESTDIR)$(PREFIX)/bin/asroot" + chown -- '0:wheel' "$(DESTDIR)$(PREFIX)/bin/asroot" chmod -- 4750 "$(DESTDIR)$(PREFIX)/bin/asroot" uninstall: -- cgit v1.2.3-70-g09d2