wok diff autofs/receipt @ rev 19269

Compress manpages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 04 14:47:05 2016 +0300 (2016-07-04)
parents d5f9f516b706
children 11b5e93cb5f2
line diff
     1.1 --- a/autofs/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.2 +++ b/autofs/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.3 @@ -18,13 +18,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	sed -i -e 's/-b --suffix=.orig//' -e 's/install -v/install/' */Makefile*
     1.9  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.10  	--mandir=/usr/share/man \
    1.11  	$CONFIGURE_ARGS &&
    1.12  	make &&
    1.13  	make DESTDIR=$DESTDIR install
    1.14 +
    1.15 +	cook_compress_manpages
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.