[CalendarServer-changes] [7570] CalendarServer/branches/users/glyph/deploybuild/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 7 17:01:19 PDT 2011


Revision: 7570
          http://trac.macosforge.org/projects/calendarserver/changeset/7570
Author:   glyph at apple.com
Date:     2011-06-07 17:01:19 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
define srcdir before using it

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/deploybuild/support/build.sh

Modified: CalendarServer/branches/users/glyph/deploybuild/support/build.sh
===================================================================
--- CalendarServer/branches/users/glyph/deploybuild/support/build.sh	2011-06-08 00:01:16 UTC (rev 7569)
+++ CalendarServer/branches/users/glyph/deploybuild/support/build.sh	2011-06-08 00:01:19 UTC (rev 7570)
@@ -542,8 +542,8 @@
     local dstroot="${install}";
     srcdir="${install}/src/${path}";
   else
+    srcdir="${top}/${path}";
     local dstroot="${srcdir}/_root";
-    srcdir="${top}/${path}";
   fi;
 
   www_get ${f_hash} "${name}" "${srcdir}" "${uri}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110607/909575e0/attachment-0001.html>


More information about the calendarserver-changes mailing list