diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-07 23:59:28 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-07 23:59:28 +0200 |
commit | 8669a82ef889bdb947d62ab3ff11f27d70a9d2d6 (patch) | |
tree | 45401aef2b4e7e9bd0930640727af2c82f575c50 /apt-pkg/acquire-item.cc | |
parent | 425684e05521bba07b03dc2c5e647908ce757141 (diff) | |
parent | f03edb29dfcc1ece0dd4161705830274bf0f7739 (diff) |
Merged from debian-sid.
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index ae8ff2205..09ea5da02 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -718,6 +718,10 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string Hash, else if(compExt == "gz") decompProg = "gzip"; // flExtensions returns the full name if no extension is found + // this is why we have this complicated compare operation here + // FIMXE: add a new flJustExtension() that return "" if no + // extension is found and use that above so that it can + // be tested against "" else if(compExt == flNotDir(URI(Desc.URI).Path)) decompProg = "copy"; else { |