]> git.saurik.com Git - apple/system_cmds.git/blobdiff - init.tproj/Makefile.postamble
system_cmds-279.6.1.tar.gz
[apple/system_cmds.git] / init.tproj / Makefile.postamble
index 2929636a1f2adae105bfb500051015401284f428..f6545061f9e0a60d8452dcf217e2cc4b2dc3b3fd 100644 (file)
@@ -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"