aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-01-31 14:09:41 +0100
committerMattias Andrée <maandree@kth.se>2021-01-31 14:09:41 +0100
commit3cc1e7b947641fd8eba97944bb4c98a16a78c567 (patch)
tree2e26c7ceb2cf2a648abdf575c7c7d1c1ee47a094
parentFirst commit (diff)
downloadasroot-3cc1e7b947641fd8eba97944bb4c98a16a78c567.tar.gz
asroot-3cc1e7b947641fd8eba97944bb4c98a16a78c567.tar.bz2
asroot-3cc1e7b947641fd8eba97944bb4c98a16a78c567.tar.xz
Set file owner to 0 rather than root
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: