wok-next diff autossh/receipt @ rev 19282
busybox: show doc & man (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 05 21:37:08 2016 +0200 (2016-07-05) |
parents | 7f39549720b8 |
children | ac33744dc2c2 |
line diff
1.1 --- a/autossh/receipt Mon Jul 04 14:47:05 2016 +0300 1.2 +++ b/autossh/receipt Tue Jul 05 21:37:08 2016 +0200 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.