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

source_changes at macosforge.org source_changes at macosforge.org
Thu May 1 19:18:30 PDT 2014


Revision: 13397
          http://trac.calendarserver.org//changeset/13397
Author:   wsanchez at apple.com
Date:     2014-05-01 19:18:30 -0700 (Thu, 01 May 2014)
Log Message:
-----------
Set location of python

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

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-05-02 01:35:11 UTC (rev 13396)
+++ CalendarServer/trunk/support/Apple.make	2014-05-02 02:18:30 UTC (rev 13397)
@@ -118,6 +118,7 @@
 	@# Clean up
 	@#
 	@echo "Cleaning up virtual environment...";
+	$(_v) perl -i -pe "s|#PATH|export PYTHON=$(CS_VIRTUALENV)/bin/python;|" "$(DSTROOT)$(CS_VIRTUALENV)/bin/caldavd";
 	$(_v) $(FIND) "$(DSTROOT)$(CS_VIRTUALENV)" -type d -name .svn -print0 | xargs -0 rm -rf;
 	$(_v) $(FIND) "$(DSTROOT)$(CS_VIRTUALENV)" -type f -name '*.so' -print0 | xargs -0 $(STRIP) -Sx;
 	$(_v) $(FIND) "$(DSTROOT)$(CS_VIRTUALENV)" -type f -size 0 -exec sh -c 'printf "# empty\n" > {}' ";";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/a2b9ad5a/attachment.html>


More information about the calendarserver-changes mailing list