cookutils diff cook @ rev 845

cookiso: rotate logs (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 11 15:46:38 2016 +0100 (2016-12-11)
parents 7c61b5215cab
children 47cacd72d7ce
line diff
     1.1 --- a/cook	Tue Nov 29 17:30:52 2016 +0200
     1.2 +++ b/cook	Sun Dec 11 15:46:38 2016 +0100
     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