wok diff ajaxterm/receipt @ rev 19534

Up cookutils (842)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 29 17:31:57 2016 +0200 (2016-11-29)
parents 11b5e93cb5f2
children aaa3fcf79cf3
line diff
     1.1 --- a/ajaxterm/receipt	Tue Jul 05 15:34:01 2016 +0300
     1.2 +++ b/ajaxterm/receipt	Tue Nov 29 17:31:57 2016 +0200
     1.3 @@ -15,6 +15,12 @@
     1.4  DEPENDS="python"
     1.5  SUGGESTED="apache lighttpd-ssl lighttpd-modules"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	cook_pick_manpages $src/ajaxterm.1
    1.11 +}
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 @@ -23,8 +29,6 @@
    1.17  	cp -a $stuff/* $fs/
    1.18  	chown -R root:root $fs
    1.19  	find $fs -type f -name '*.py' -exec chmod a+x \{\} \;
    1.20 -
    1.21 -	cook_pick_manpages $src/ajaxterm.1
    1.22  }
    1.23  
    1.24  post_install()