X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/20e66415abeb3fec26bdbd0c220fb926593ab135..34d340d711a2b033f5da480ed7b5eb147679a588:/reboot.tproj/Makefile.postamble?ds=sidebyside diff --git a/reboot.tproj/Makefile.postamble b/reboot.tproj/Makefile.postamble index 8dbc6d6..4424c4c 100644 --- a/reboot.tproj/Makefile.postamble +++ b/reboot.tproj/Makefile.postamble @@ -1,4 +1,5 @@ after_install:: $(LN) $(INSTALLED_PRODUCTS) $(DSTROOT)$(INSTALLDIR)/halt mkdir -p $(DSTROOT)/usr/share/man/man8 - cp reboot.8 $(DSTROOT)/usr/share/man/man8/ + install -c -m 444 reboot.8 $(DSTROOT)/usr/share/man/man8/ + ln $(DSTROOT)/usr/share/man/man8/reboot.8 $(DSTROOT)/usr/share/man/man8/halt.8