]>
Commit | Line | Data |
---|---|---|
1815bff5 A |
1 | INSTALL_PERMISSIONS = 500 # If set, 'install' chmod's executable to this |
2 | #CHFLAGS = /usr/bin/chflags | |
3 | #after_install:: | |
4 | # $(CHFLAGS) schg $(DSTROOT)$(INSTALLDIR)/$(NAME) | |
b51d5b5f A |
5 | after_install: |
6 | mkdir -p "$(DSTROOT)/usr/share/man/man8" | |
7 | install -c -m 644 init.8 "$(DSTROOT)/usr/share/man/man8/init.8" | |
8 | ln -f "$(DSTROOT)/usr/share/man/man8/init.8" "$(DSTROOT)/usr/share/man/man8/securelevel.8" |