wok-current diff icinga/receipt @ rev 25418
duat: use archive.org for web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 05 16:48:05 2022 +0000 (2022-08-05) |
parents | 80b94d3254ba |
children |
line diff
1.1 --- a/icinga/receipt Fri Mar 11 09:30:17 2022 +0100 1.2 +++ b/icinga/receipt Fri Aug 05 16:48:05 2022 +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 }