wok-next diff autossh/receipt @ rev 20658

Up/fix: gtkdialog (0.8.3), tilda (1.4.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 06 04:24:54 2018 +0300 (2018-05-06)
parents 7f39549720b8
children ac33744dc2c2
line diff
     1.1 --- a/autossh/receipt	Mon Jul 04 14:47:05 2016 +0300
     1.2 +++ b/autossh/receipt	Sun May 06 04:24:54 2018 +0300
     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.