]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.cc
* apt-pkg/contrib/configuration.cc:
[apt.git] / apt-pkg / pkgcachegen.cc
index 8a7c1e979f6428aa9a550bdf907b08e9f2f09fa4..dc5a830bd8aa05ae109008a91fcc9f437679c47c 100644 (file)
@@ -935,7 +935,7 @@ static bool CheckValidity(const string &CacheFile,
       return false;
    }
 
-   if (List.GetLastModifiedTime() < GetModificationTime(CacheFile))
+   if (List.GetLastModifiedTime() > GetModificationTime(CacheFile))
    {
       if (Debug == true)
         std::clog << "sources.list is newer than the cache" << std::endl;