X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/1815bff58803503e37009deeb85cfa8c22acf9d9..34d340d711a2b033f5da480ed7b5eb147679a588:/shutdown.tproj/Makefile.postamble diff --git a/shutdown.tproj/Makefile.postamble b/shutdown.tproj/Makefile.postamble index 29865de..3e4dc90 100644 --- a/shutdown.tproj/Makefile.postamble +++ b/shutdown.tproj/Makefile.postamble @@ -1,2 +1,6 @@ INSTALL_AS_GROUP = operator # (probably want to set both of these) -INSTALL_PERMISSIONS = 4550 # If set, 'install' chmod's executable to this +INSTALL_PERMISSIONS = 0555 # If set, 'install' chmod's executable to this + +after_install: + mkdir -p $(DSTROOT)/usr/share/man/man8 + install -c -m 444 shutdown.8 $(DSTROOT)/usr/share/man/man8