wok-current diff ansible/receipt @ rev 25714
fix plugins path on abiword receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Jun 14 11:38:57 2024 +0000 (7 months ago) |
parents | 3abeffdae80b |
children |
line diff
1.1 --- a/ansible/receipt Thu Feb 10 11:43:39 2022 +0000 1.2 +++ b/ansible/receipt Fri Jun 14 11:38:57 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ansible" 1.7 -VERSION="2.9.10" 1.8 +VERSION="2.11.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A radically simple configuration-management engine." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -34,5 +34,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/etc/ansible 1.16 - cp -a $install/* $fs 1.17 + cp -a $install/* $fs 1.18 }