]> git.saurik.com Git - apple/system_cmds.git/blobdiff - update.tproj/Makefile.postamble
system_cmds-431.tar.gz
[apple/system_cmds.git] / update.tproj / Makefile.postamble
index 0e581847df0289b3bdcb99a4b812999ee2eee121..df90f1ea7c52b0aa7ee3f98dc267db38742046e5 100644 (file)
 # 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)