]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
Set STRIP_FROM_PATH for doxygen
[apt.git] / apt-pkg / acquire-item.cc
index da57f8d3b06e678078c87a0f7691f1597747a7e3..2401364a95b92dc56d428400f29ba23c65e3d5f1 100644 (file)
@@ -1144,6 +1144,12 @@ void pkgAcqIndex::Done(string Message,unsigned long long Size,string Hash,
    else
       Local = true;
 
+   // do not reverify cdrom sources as apt-cdrom may rewrite the Packages
+   // file when its doing the indexcopy
+   if (RealURI.substr(0,6) == "cdrom:" &&
+       StringToBool(LookupTag(Message,"IMS-Hit"),false) == true)
+      return;
+
    // The files timestamp matches, for non-local URLs reverify the local
    // file, for local file, uncompress again to ensure the hashsum is still
    // matching the Release file