wok diff autofs/receipt @ rev 19713

Up: netsurf (3.6) - Getting better but not ready for default on slitaz!
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 15 20:21:32 2017 +0100 (2017-02-15)
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 Feb 15 20:21:32 2017 +0100
     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.