summaryrefslogtreecommitdiffstats
path: root/system/ansible/ansible.SlackBuild
diff options
context:
space:
mode:
author Marek Wodzinski <majek@w7i.pl>2018-08-03 22:07:47 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-04 08:40:04 +0700
commit9451299510747c3759b46653cdb9e13f3df2be4f (patch)
tree4f58256a778b7b4145b4119dcb9b5c82c91e1b82 /system/ansible/ansible.SlackBuild
parentae0ee949c09627d02b4cf84c64f2f56b9720917e (diff)
downloadslackbuilds-9451299510747c3759b46653cdb9e13f3df2be4f.tar.gz
slackbuilds-9451299510747c3759b46653cdb9e13f3df2be4f.tar.xz
system/ansible: Updated for version 2.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/ansible/ansible.SlackBuild')
-rw-r--r--system/ansible/ansible.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/ansible/ansible.SlackBuild b/system/ansible/ansible.SlackBuild
index 6cb8568a61..32fe4ae6e1 100644
--- a/system/ansible/ansible.SlackBuild
+++ b/system/ansible/ansible.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ansible
-VERSION=${VERSION:-2.5.6}
+VERSION=${VERSION:-2.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,9 +73,6 @@ find -L . \
python setup.py install --root=$PKG
-# We don't need these, do we?
-rm -r docs/man/man1/*asciidoc.in
-
# Copy docs, remove git traces, compress manpages
cp -a docs/man $PKG/usr/man
find $PKG/usr/man \