| 1 |
diff -up man-1.6f/src/makewhatis.sh.use man-1.6f/src/makewhatis.sh
|
| 2 |
--- man-1.6f/src/makewhatis.sh.use 2009-08-11 09:21:11.000000000 +0200
|
| 3 |
+++ man-1.6f/src/makewhatis.sh 2009-08-11 09:26:40.000000000 +0200
|
| 4 |
@@ -257,7 +257,7 @@ do
|
| 5 |
match(filename,"\\.z$") || match(filename,"\\.gz$");
|
| 6 |
if (!use_zcat)
|
| 7 |
use_bzcat = match(filename,"\\.bz2");
|
| 8 |
- if(!use_bzcat)
|
| 9 |
+ if(!use_bzcat && !use_zcat)
|
| 10 |
use_lzcat = match(filename,"\\.lzma");
|
| 11 |
if (use_zcat || use_bzcat || use_lzcat ) {
|
| 12 |
filename_no_gz = substr(filename, 0, RSTART - 1);
|