[CalendarServer-changes] [14965] CalendarServer/trunk/bin/package

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 14 21:16:15 PDT 2015


Revision: 14965
          http://trac.calendarserver.org//changeset/14965
Author:   dre at apple.com
Date:     2015-07-14 21:16:14 -0700 (Tue, 14 Jul 2015)
Log Message:
-----------
Fix symlinks of libs and install CalendarServer into virtualenv when packaging.

Modified Paths:
--------------
    CalendarServer/trunk/bin/package

Modified: CalendarServer/trunk/bin/package
===================================================================
--- CalendarServer/trunk/bin/package	2015-07-15 00:55:00 UTC (rev 14964)
+++ CalendarServer/trunk/bin/package	2015-07-15 04:16:14 UTC (rev 14965)
@@ -150,7 +150,7 @@
 
   cd "${destination}/lib";
 
-  find "../roots" -type f -o -type l  \
+  find "../roots" "(" -type f -o -type l ")"  \
     "("                    \
       -name '*.so'     -o  \
       -name '*.so.*'   -o  \
@@ -169,6 +169,10 @@
 export DYLD_LIBRARY_PATH="${dst}/lib:${dst}/lib64:\${DYLD_LIBRARY_PATH:-}:\$ORACLE_HOME";
 __EOF__
 
+  # Install CalendarServer into venv
+  cd ${wd}
+  ${python} setup.py install
+
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150714/65b46aa2/attachment.html>


More information about the calendarserver-changes mailing list