[CalendarServer-changes] [7323] CalendarServer/trunk/support/Makefile.Apple

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 18 14:39:17 PDT 2011


Revision: 7323
          http://trac.macosforge.org/projects/calendarserver/changeset/7323
Author:   sagen at apple.com
Date:     2011-04-18 14:39:17 -0700 (Mon, 18 Apr 2011)
Log Message:
-----------
Adds cert update script to root

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

Modified: CalendarServer/trunk/support/Makefile.Apple
===================================================================
--- CalendarServer/trunk/support/Makefile.Apple	2011-04-18 21:18:50 UTC (rev 7322)
+++ CalendarServer/trunk/support/Makefile.Apple	2011-04-18 21:39:17 UTC (rev 7323)
@@ -108,6 +108,10 @@
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/usr/libexec/changeip"
 	$(_v) $(INSTALL_FILE) "$(Sources)/calendarserver/tools/changeip_calendar.py" "$(DSTROOT)/usr/libexec/changeip/changeip_calendar.py"
 	$(_v) chmod ugo+x "$(DSTROOT)/usr/libexec/changeip/changeip_calendar.py"
+	@echo "Installing certificate update scripts..."
+	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/usr/libexec/certupdate"
+	$(_v) $(INSTALL_FILE) "$(Sources)/contrib/certupdate/calendarcertupdate.py" "$(DSTROOT)/usr/libexec/certupdate/calendarcertupdate.py"
+	$(_v) chmod ugo+x "$(DSTROOT))/usr/libexec/certupdate/calendarcertupdate.py"
 
 install::
 	@echo "Installing CalDAVTester package..."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110418/fd9322b9/attachment-0001.html>


More information about the calendarserver-changes mailing list