wok-next diff ansible/receipt @ rev 21048

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 27 02:24:27 2018 +0200 (2018-11-27)
parents d5aab818505e
children
line diff
     1.1 --- a/ansible/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/ansible/receipt	Tue Nov 27 02:24:27 2018 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL3"
     1.6  WEB_SITE="https://www.ansible.com/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="https://github.com/ansible/ansible/archive/v$VERSION.tar.gz"
    1.11 @@ -17,6 +18,8 @@
    1.12  	python -B setup.py build &&
    1.13  	python -B setup.py install --root=$install || return 1
    1.14  
    1.15 +	find $install -type f -exec chmod g-w '{}' \; # 664->644, 775->755
    1.16 +
    1.17  	cook_pick_manpages $src/docs/man/man1/*.1
    1.18  }
    1.19