Revision: 602 http://trac.macosforge.org/projects/darwinbuild/changeset/602 Author: wsiegrist@apple.com Date: 2009-10-23 10:30:12 -0700 (Fri, 23 Oct 2009) Log Message: ----------- Add dyld to list of tar dependencies Modified Paths: -------------- trunk/darwinup/Depot.cpp Modified: trunk/darwinup/Depot.cpp =================================================================== --- trunk/darwinup/Depot.cpp 2009-10-15 20:31:31 UTC (rev 601) +++ trunk/darwinup/Depot.cpp 2009-10-23 17:30:12 UTC (rev 602) @@ -475,6 +475,7 @@ const char* tarfiles[] = {"/usr/bin/tar", "/usr/bin/gnutar", "/usr/bin/bsdtar", + "/usr/lib/dyld", "/usr/lib/libarchive", "/usr/lib/libbz2", "/usr/lib/libz",
participants (1)
-
source_changes@macosforge.org