[CalendarServer-changes] [13402] CalendarServer/trunk/support/Apple.make

source_changes at macosforge.org source_changes at macosforge.org
Thu May 1 20:31:35 PDT 2014


Revision: 13402
          http://trac.calendarserver.org//changeset/13402
Author:   wsanchez at apple.com
Date:     2014-05-01 20:31:35 -0700 (Thu, 01 May 2014)
Log Message:
-----------
Create /var/log/caldavd because what a pain

Modified Paths:
--------------
    CalendarServer/trunk/support/Apple.make

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-05-02 03:27:25 UTC (rev 13401)
+++ CalendarServer/trunk/support/Apple.make	2014-05-02 03:31:35 UTC (rev 13402)
@@ -125,9 +125,13 @@
 
 install:: install-config
 install-config::
-	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)$(ETCDIR)$(CALDAVDSUBDIR)"
-	$(_v) $(INSTALL_FILE) "$(Sources)/conf/caldavd-apple.plist" "$(DSTROOT)$(SIPP)$(ETCDIR)$(CALDAVDSUBDIR)/caldavd-apple.plist"
+	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)$(ETCDIR)$(CALDAVDSUBDIR)";
+	$(_v) $(INSTALL_FILE) "$(Sources)/conf/caldavd-apple.plist" "$(DSTROOT)$(SIPP)$(ETCDIR)$(CALDAVDSUBDIR)/caldavd-apple.plist";
 
+install:: install-logdir-omg-hack-ew
+install-logdir-omg-hack-ew::
+	$(_v) $(INSTALL_DIRECTORY) -o "$(CS_USER)" -g "$(CS_GROUP)" -m 0755 "$(DSTROOT)$(VARDIR)/log$(CALDAVDSUBDIR)";
+
 install:: install-commands
 install-commands::
 	@echo "Installing links to executables...";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/662eea69/attachment.html>


More information about the calendarserver-changes mailing list