X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3346b385523c596c1db7667b4874a8617718de70..55fb35e87a1ff550cbb3010c5a03064f0a2b10be:/methods/copy.cc diff --git a/methods/copy.cc b/methods/copy.cc index 72896b4c0..027b59f46 100644 --- a/methods/copy.cc +++ b/methods/copy.cc @@ -84,6 +84,7 @@ bool CopyMethod::Fetch(FetchItem *Itm) FileFd Fd(Res.Filename, FileFd::ReadOnly); Hash.AddFD(Fd.Fd(), Fd.Size()); Res.TakeHashes(Hash); + URIDone(Res); return true; }