wok diff autossh/receipt @ rev 19645
Up slitaz-base-files (322)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 21 16:33:25 2017 +0200 (2017-01-21) |
parents | 7f39549720b8 |
children | 86790a278e70 |
line diff
1.1 --- a/autossh/receipt Mon Jul 04 14:47:05 2016 +0300 1.2 +++ b/autossh/receipt Sat Jan 21 16:33:25 2017 +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.