X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/18a14a834e4068917d97467a3a52f17ed6055da3..ac3dee0e5091f19b77de96eec5241cb57c13f2a1:/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; }