diff options
author | Mattias Andrée <maandree@kth.se> | 2021-01-31 14:09:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-01-31 14:09:41 +0100 |
commit | 3cc1e7b947641fd8eba97944bb4c98a16a78c567 (patch) | |
tree | 2e26c7ceb2cf2a648abdf575c7c7d1c1ee47a094 | |
parent | First commit (diff) | |
download | asroot-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |