From 2aab5956ebcaec3aa6c71f069a202366c872bb87 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 25 Feb 2005 13:26:58 +0000 Subject: * fix for apt-get update removing the cdroms Release.gpg files --- methods/cdrom.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods/cdrom.cc') diff --git a/methods/cdrom.cc b/methods/cdrom.cc index d5987dc45..d8bb9522e 100644 --- a/methods/cdrom.cc +++ b/methods/cdrom.cc @@ -97,7 +97,7 @@ bool CDROMMethod::Fetch(FetchItem *Itm) { Res.LastModified = Itm->LastModified; Res.IMSHit = true; - Res.Filename = File; + Res.Filename = Itm->DestFile; URIDone(Res); return true; } -- cgit v1.2.3