wok diff audit/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 380ffe05937a
children 11b5e93cb5f2
line diff
     1.1 --- a/audit/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/audit/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.3 @@ -16,17 +16,18 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	./configure --prefix=/usr --sysconfdir=/etc \
     1.9  		--mandir=/usr/share/man \
    1.10  		--localstatedir=/var --sbindir=/sbin \
    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.   
    1.19 -genpkg_rules()                                      
    1.20 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 +genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24  	cp -a $install/sbin $fs/