[CalendarServer-changes] [12453] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:13 PDT 2014


Revision: 12453
          http://trac.calendarserver.org//changeset/12453
Author:   wsanchez at apple.com
Date:     2014-01-27 11:56:27 -0800 (Mon, 27 Jan 2014)
Log Message:
-----------
...also PATH

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2014-01-27 19:55:00 UTC (rev 12452)
+++ CalendarServer/trunk/bin/_build.sh	2014-01-27 19:56:27 UTC (rev 12453)
@@ -107,6 +107,8 @@
 
   python="${py_bindir}/python";
 
+  export PATH="${py_root}/bin:${PATH}";
+
   # These variables are defaults for things which might be configured by
   # environment; only set them if they're un-set.
 
@@ -547,10 +549,6 @@
 # Build Python dependencies
 #
 py_dependencies () {
-  # export PYTHONPATH="${py_libdir}:${PYTHONPATH:-}"
-
-  export PATH="${py_root}/bin:${PATH}";
-
   for requirements in "${wd}/requirements/"*; do
 
     ruler "Preparing Python requirements: ${requirements}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/f7692d60/attachment.html>


More information about the calendarserver-changes mailing list