X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/c3a08f5910a028cdace032ed79beb406c750d530..34d340d711a2b033f5da480ed7b5eb147679a588:/shutdown.tproj/Makefile.postamble diff --git a/shutdown.tproj/Makefile.postamble b/shutdown.tproj/Makefile.postamble index 42bdd1f..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 = 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