X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/1815bff58803503e37009deeb85cfa8c22acf9d9..0e393d5044d1e68e17d91385b70d5cd6b27f8438:/init.tproj/Makefile.postamble diff --git a/init.tproj/Makefile.postamble b/init.tproj/Makefile.postamble index 2929636..f654506 100644 --- a/init.tproj/Makefile.postamble +++ b/init.tproj/Makefile.postamble @@ -2,4 +2,7 @@ INSTALL_PERMISSIONS = 500 # If set, 'install' chmod's executable to this #CHFLAGS = /usr/bin/chflags #after_install:: # $(CHFLAGS) schg $(DSTROOT)$(INSTALLDIR)/$(NAME) - +after_install: + mkdir -p "$(DSTROOT)/usr/share/man/man8" + install -c -m 644 init.8 "$(DSTROOT)/usr/share/man/man8/init.8" + ln -f "$(DSTROOT)/usr/share/man/man8/init.8" "$(DSTROOT)/usr/share/man/man8/securelevel.8"