cookutils rev 843

cook: compress_manpages(): fix process and allow some rare manpages sections like *.1m and *.3x (see ncursesw package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 05 04:50:25 2016 +0200 (2016-12-05)
parents 7c61b5215cab
children f6478839bdd8
files cook
line diff
     1.1 --- a/cook	Tue Nov 29 17:30:52 2016 +0200
     1.2 +++ b/cook	Mon Dec 05 04:50:25 2016 +0200
     1.3 @@ -715,7 +715,7 @@
     1.4  	find $manpath -type f -name '*.xz'  -exec unxz    \{\} \;
     1.5  
     1.6  	# Fast compress with gzip
     1.7 -	find $manpath -type f -name '*.[1-9]' -exec gzip \{\} \;
     1.8 +	find $manpath -type f -name '*.[1-9]*' -exec gzip \{\} \;
     1.9  
    1.10  	# Fix symlinks
    1.11  	for i in $(find $install/usr/share/man -type l); do