X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/709a58224ea43109dc10bfd6a67de1e432174197..34d340d711a2b033f5da480ed7b5eb147679a588:/update.tproj/Makefile.postamble diff --git a/update.tproj/Makefile.postamble b/update.tproj/Makefile.postamble index 0e58184..df90f1e 100644 --- a/update.tproj/Makefile.postamble +++ b/update.tproj/Makefile.postamble @@ -108,6 +108,18 @@ # target runs. Such rules should be specified with the '::' syntax rather than # a single colon. -after_install: +install-man-page: mkdir -p "$(DSTROOT)/usr/share/man/man8" install -c -m 644 update.8 "$(DSTROOT)/usr/share/man/man8/update.8" + +LAUNCHD_PLIST_DIR = $(DSTROOT)/System/Library/LaunchDaemons +LAUNCHD_PLIST = com.apple.update.plist +SANDBOX = "$(DSTROOT)/usr/share/sandbox" + +install-launchd-plist: + install -d $(LAUNCHD_PLIST_DIR) + install -c -m 644 $(LAUNCHD_PLIST) $(LAUNCHD_PLIST_DIR)/$(LAUNCHD_PLIST) + +install-sb: + install -d $(SANDBOX) + install -c -m 644 update.sb $(SANDBOX)