[CalendarServer-changes] [13396] CalendarServer/trunk/support/_cache_deps

source_changes at macosforge.org source_changes at macosforge.org
Thu May 1 18:35:11 PDT 2014


Revision: 13396
          http://trac.calendarserver.org//changeset/13396
Author:   wsanchez at apple.com
Date:     2014-05-01 18:35:11 -0700 (Thu, 01 May 2014)
Log Message:
-----------


Modified Paths:
--------------
    CalendarServer/trunk/support/_cache_deps

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2014-05-02 00:33:15 UTC (rev 13395)
+++ CalendarServer/trunk/support/_cache_deps	2014-05-02 01:35:11 UTC (rev 13396)
@@ -74,7 +74,7 @@
 for archive in $(find "${wd}/.develop" -type f -name '*.tgz'); do
   ruler "Cleaning up ${archive}";
   tmp="$(mktemp -d -t fooXXXX)";
-  tar -C "${tmp}" --exclude '*.exe' -xzf "${archive}";
-  tar -C "${tmp}" -czf "${archive}" .;
+  gnutar -C "${tmp}" --exclude '*.exe' -xzf "${archive}";
+  gnutar -C "${tmp}" -czf "${archive}" ./;
   rm -rf "${tmp}";
 done;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/85461ea8/attachment.html>


More information about the calendarserver-changes mailing list