diff options
author | Michael Vogt <egon@bottom> | 2006-07-27 00:36:59 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-07-27 00:36:59 +0200 |
commit | dea2bea917c49647ce2eafa5e250842f387daa1d (patch) | |
tree | 3767d28f681f4a3c1cac798a35be4e36e1b1563e /apt-pkg | |
parent | 1fa25c1f17a290e497a49cb310511b4b58c9c009 (diff) | |
parent | 4577fda2b5f2b21f5400d10f4db71a8095f0df58 (diff) |
* merged with mainline
Diffstat (limited to 'apt-pkg')
-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 28ed22d1b..acf908ece 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -571,7 +571,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"; |