X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/adb81c02dc57f59cb51132c0f0b37f41cac66688..3184b4cf2e8e2009ce62b8f66c666ae7da67e378:/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; }