[CalendarServer-changes] [5431] CalendarServer/branches/users/wsanchez/deployment/run

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 31 15:25:31 PDT 2010


Revision: 5431
          http://trac.macosforge.org/projects/calendarserver/changeset/5431
Author:   wsanchez at apple.com
Date:     2010-03-31 15:25:31 -0700 (Wed, 31 Mar 2010)
Log Message:
-----------
Add build_ext hooey

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/run

Modified: CalendarServer/branches/users/wsanchez/deployment/run
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/run	2010-03-31 18:03:58 UTC (rev 5430)
+++ CalendarServer/branches/users/wsanchez/deployment/run	2010-03-31 22:25:31 UTC (rev 5431)
@@ -483,6 +483,10 @@
     cd "${path}";
     "${python}" ./setup.py install "${install_flag}${install}";
     cd /;
+  elif "${do_setup}"; then
+      cd "${path}";
+      "${python}" ./setup.py build_ext -i;
+      cd /;
   fi;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100331/637da75f/attachment.html>


More information about the calendarserver-changes mailing list