]> git.saurik.com Git - apple/system_cmds.git/blobdiff - login.tproj/Makefile.postamble
system_cmds-431.tar.gz
[apple/system_cmds.git] / login.tproj / Makefile.postamble
index ec7f60d899936396874c5f83b9f5b08a449631cd..039c5edbf0c917d5a88baba40cd3244793cf0039 100644 (file)
@@ -1,6 +1,6 @@
 INSTALL_AS_USER =      root
 INSTALL_PERMISSIONS = 4555
-#CHFLAGS = /usr/bin/chflags
 
-#after_install::
-#      $(CHFLAGS) schg  $(DSTROOT)$(INSTALLDIR)/$(NAME)
+after_install:
+       mkdir -p "$(DSTROOT)/usr/share/man/man1"
+       install -c -m 644 login.1 "$(DSTROOT)/usr/share/man/man1/login.1"