wok diff autossh/receipt @ rev 19590

fbvis: add doc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 29 14:11:44 2016 +0100 (2016-12-29)
parents 7f39549720b8
children 86790a278e70
line diff
     1.1 --- a/autossh/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.2 +++ b/autossh/receipt	Thu Dec 29 14:11:44 2016 +0100
     1.3 @@ -17,13 +17,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure --prefix=/usr \
     1.8 +	./configure \
     1.9 +		--prefix=/usr \
    1.10  		$CONFIGURE_ARGS &&
    1.11  	make
    1.12  
    1.13 -	mkdir -p $install/usr/share/man/man1
    1.14 -	cp -a $src/autossh.1 $install/usr/share/man/man1
    1.15 -	cook_compress_manpages
    1.16 +	cook_pick_manpages $src/autossh.1
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.