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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 1 21:14:52 PDT 2014


Revision: 13403
          http://trac.calendarserver.org//changeset/13403
Author:   sagen at apple.com
Date:     2014-05-01 21:14:52 -0700 (Thu, 01 May 2014)
Log Message:
-----------
Symlink to the command line tools from within sbin instead of bin

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

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-05-02 03:31:35 UTC (rev 13402)
+++ CalendarServer/trunk/support/Apple.make	2014-05-02 04:14:52 UTC (rev 13403)
@@ -138,7 +138,7 @@
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)/usr/bin";
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)/usr/sbin";
 	$(_v) ln -fs "../..$(NSLOCALDIR)$(NSLIBRARYSUBDIR)/CalendarServer/bin/caldavd" "$(DSTROOT)$(SIPP)/usr/sbin/caldavd";
-	$(_v) cd "$(DSTROOT)$(SIPP)/usr/bin/" &&                                                         \
+	$(_v) cd "$(DSTROOT)$(SIPP)/usr/sbin/" &&                                                        \
 	      for cmd in "../..$(NSLOCALDIR)$(NSLIBRARYSUBDIR)/CalendarServer/bin/calendarserver_"*; do  \
 	          ln -fs "$${cmd}" "./$$(basename "$${cmd}")";                                           \
 	      done;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/7f0e568e/attachment.html>


More information about the calendarserver-changes mailing list