nagios-check-soa: Install into nagios plugin directory

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2024-05-28 17:56:59 +02:00
parent 9ae0f514dc
commit 02396e478d
2 changed files with 3 additions and 2 deletions

View File

@@ -22,5 +22,6 @@ DOCS=( README.md )
src_install() {
default_src_install
newbin check_soa.py check_soa
exeinto "/usr/$(get_libdir)/nagios/plugins"
newexe check_soa.py check_soa
}