K 10 svn:author V 8 cperciva K 8 svn:date V 27 2013-10-16T18:36:53.346267Z K 7 svn:log V 477 When installing updates, install new directories first and remove old directories last. This is generally handled by the fact that the list of filesystem objects is sorted, but this sorting is broken by code which moves .so files ahead (so that they're present before any binaries which use them)... that code also moved .so files ahead of directories, which is a problem for upgrading to 10.0 where there's a new directory containing new .so files. Errata Notice Candidate. END