diff options
author | Michael Vogt <egon@bottom> | 2006-07-26 16:13:02 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-07-26 16:13:02 +0200 |
commit | 961c7214468e3fce4deb432d3a0b31b2510aaafe (patch) | |
tree | d10fab8cffdf97d5efcd85a503e4906771c39c5e /apt-pkg/acquire-item.cc | |
parent | b28fffc2825b807a26513f2ac5f34cb6e064acbf (diff) | |
parent | 4577fda2b5f2b21f5400d10f4db71a8095f0df58 (diff) |
* merged with mainline
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 966126255..84760a514 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -569,7 +569,7 @@ pkgAcqIndex::pkgAcqIndex(pkgAcquire *Owner, if(comprExt.empty()) { // autoselect the compression method - if(FileExists("/usr/bin/bzip2")) + if(FileExists("/bin/bzip2")) CompressionExtension = ".bz2"; else CompressionExtension = ".gz"; |