]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.cc
releasing package apt version 1.1~exp16
[apt.git] / apt-pkg / clean.cc
index ebe8a8a530569ad5df7f80d49e5754bac23c41dd..8e6bd625529f9cdfff91a55f01570c8a0257eebe 100644 (file)
@@ -54,6 +54,7 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache)
       // 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;