diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-25 13:26:58 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-02-25 13:26:58 +0000 |
commit | 2aab5956ebcaec3aa6c71f069a202366c872bb87 (patch) | |
tree | 7d8487416bf6076e406d91eae9a680f12249b9a2 /methods/cdrom.cc | |
parent | 1c5f7e5fc5c0377718d203e78d4af164ee3e60f8 (diff) |
* fix for apt-get update removing the cdroms Release.gpg files
Diffstat (limited to 'methods/cdrom.cc')
-rw-r--r-- | methods/cdrom.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |