aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: