wok diff autofs/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 7f39549720b8
children 401224c936cc
line diff
     1.1 --- a/autofs/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.2 +++ b/autofs/receipt	Wed Jul 06 16:30:34 2016 +0200
     1.3 @@ -19,13 +19,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	sed -i -e 's/-b --suffix=.orig//' -e 's/install -v/install/' */Makefile*
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man \
     1.9 -	$CONFIGURE_ARGS &&
    1.10 +
    1.11 +	./configure \
    1.12 +		--prefix=/usr \
    1.13 +		--infodir=/usr/share/info \
    1.14 +		--mandir=/usr/share/man \
    1.15 +		$CONFIGURE_ARGS &&
    1.16  	make &&
    1.17  	make DESTDIR=$DESTDIR install
    1.18 -
    1.19 -	cook_compress_manpages
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.