X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f40fdaa43271edf98b80c08e20f401b5da591501..58608941e6b58a46109b7cd875716b3d8054c4bf:/apt-pkg/cachefile.cc diff --git a/apt-pkg/cachefile.cc b/apt-pkg/cachefile.cc index 0e2192973..b5f32fc29 100644 --- a/apt-pkg/cachefile.cc +++ b/apt-pkg/cachefile.cc @@ -173,6 +173,9 @@ bool pkgCacheFile::BuildPolicy(OpProgress * /*Progress*/) /* */ bool pkgCacheFile::BuildDepCache(OpProgress *Progress) { + if (BuildCaches(Progress, false) == false) + return false; + std::unique_ptr DCache; if (this->DCache != NULL) return true;