/[pkgs]/rpms/man/devel/man-1.6f-makewhatis_use.patch
ViewVC logotype

Contents of /rpms/man/devel/man-1.6f-makewhatis_use.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Tue Aug 11 10:10:38 2009 UTC (3 months, 1 week ago) by varekova
Branch: MAIN
CVS Tags: F-12-split, man-1_6f-22_fc12, man-1_6f-23_fc13, HEAD
File MIME type: text/x-patch
- fix makewhatis format bug (#513553)
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);

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2