X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/60504a4198070671b2c4fe7045564f1d7a228f71..a2ec4d22dd77a363cd5b1f8b55ed34ba88331396:/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; }