wok-current diff icinga/receipt @ rev 25629
Mass updates for current
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Oct 11 18:45:46 2023 +0000 (16 months ago) |
parents | 80b94d3254ba |
children |
line diff
1.1 --- a/icinga/receipt Fri Mar 11 09:30:17 2022 +0100 1.2 +++ b/icinga/receipt Wed Oct 11 18:45:46 2023 +0000 1.3 @@ -46,15 +46,15 @@ 1.4 $CONFIGURE_ARGS && 1.5 make all && 1.6 make install && 1.7 - make install-api && 1.8 make install-commandmode && 1.9 make install-config && 1.10 make install-idoutils && 1.11 - make install-webconf && 1.12 + make install-webconf 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 cook_copy_folders bin 1.19 + cook_copy_folders etc 1.20 }