wok diff a2ps/receipt @ rev 19264

Compress manpages (in $install/usr/share/man/...)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 04 00:54:49 2016 +0300 (2016-07-04)
parents 617dbdeb6f7e
children 11b5e93cb5f2
line diff
     1.1 --- a/a2ps/receipt	Wed Oct 02 13:07:29 2013 +0000
     1.2 +++ b/a2ps/receipt	Mon Jul 04 00:54:49 2016 +0300
     1.3 @@ -16,12 +16,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	# Be busybox sort compatible
     1.9  	sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
    1.10  	./configure --sysconfdir=/etc $CONFIGURE_ARGS &&
    1.11  	make 2>&1 | grep -v fonts.map.new &&
    1.12  	make install
    1.13 +
    1.14 +	cook_compress_manpages
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.