]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire.cc
Prepare release 1.1~exp17
[apt.git] / apt-pkg / acquire.cc
index fb1210750f41b3b2699be4e9c9e5d50ccc64662e..e61f4192d6c30745de7d91316f0d9e5d28f20a81 100644 (file)
@@ -688,6 +688,7 @@ bool pkgAcquire::Clean(string Dir)
       // Skip some files..
       if (strcmp(Dir->d_name,"lock") == 0 ||
          strcmp(Dir->d_name,"partial") == 0 ||
+         strcmp(Dir->d_name,"lost+found") == 0 ||
          strcmp(Dir->d_name,".") == 0 ||
          strcmp(Dir->d_name,"..") == 0)
         continue;