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

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 24 13:13:03 PDT 2015


Revision: 14994
          http://trac.calendarserver.org//changeset/14994
Author:   sagen at apple.com
Date:     2015-07-24 13:13:03 -0700 (Fri, 24 Jul 2015)
Log Message:
-----------
Chown the AppleInternal directories

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

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2015-07-24 18:41:36 UTC (rev 14993)
+++ CalendarServer/trunk/support/Apple.make	2015-07-24 20:13:03 UTC (rev 14994)
@@ -223,12 +223,14 @@
 	@echo "Installing CalDAVTester package...";
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/AppleInternal/ServerTools";
 	$(_v) tar -C "$(DSTROOT)/AppleInternal/ServerTools" -xvzf "$(Sources)/CalDAVTester.tgz";
+	$(_v) chown -R root:wheel "$(DSTROOT)/AppleInternal/ServerTools/CalDAVTester";
 
 install:: install-caldavsim
 install-caldavsim::
 	@echo "Installing caldavsim...";
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/AppleInternal/ServerTools";
 	$(_v) cp -a "$(Sources)/contrib/performance/" "$(DSTROOT)/AppleInternal/ServerTools/CalDAVSim/";
+	$(_v) chown -R root:wheel "$(DSTROOT)/AppleInternal/ServerTools/CalDAVSim";
 
 #
 # Automatic Extract
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150724/cca5608f/attachment.html>


More information about the calendarserver-changes mailing list