diff options
Diffstat (limited to 'system/ansible/ansible.SlackBuild')
-rw-r--r-- | system/ansible/ansible.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/system/ansible/ansible.SlackBuild b/system/ansible/ansible.SlackBuild index c4cd7a65d2..32f29801e1 100644 --- a/system/ansible/ansible.SlackBuild +++ b/system/ansible/ansible.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ansible -# Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com> +# Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com>, Copyright 2016 Ciorceri Petru Sorin <cpsorin@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ansible -VERSION=${VERSION:-1.7.2} +VERSION=${VERSION:-2.1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,12 +82,6 @@ find $PKG/usr/man \ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -# 15 files (modules) out of 248 have their executable bit activated, while none -# of them seems to require it. The command that follows simply assumes that -# those files escaped upstream scrutiny and simply removes the executable -# permissions. -find $PKG/usr/share/ansible -type f -perm /111 -exec chmod -x {} \; - mkdir -p $PKG/etc/ansible cp -a examples/ansible.cfg $PKG/etc/ansible/ansible.cfg.new cp -a examples/hosts $PKG/etc/ansible/hosts.new |