From a3ffe361845574c93ca8dab6cc95d22ef7d024ce Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 26 Mar 2025 03:36:51 +0000 Subject: nagios-nrpe: fix WORKDIR -> UNPACKDIR references Signed-off-by: Bruce Ashfield --- recipes-extended/nagios/nagios-nrpe_4.0.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/nagios/nagios-nrpe_4.0.2.bb b/recipes-extended/nagios/nagios-nrpe_4.0.2.bb index ac54469b..503ef547 100644 --- a/recipes-extended/nagios/nagios-nrpe_4.0.2.bb +++ b/recipes-extended/nagios/nagios-nrpe_4.0.2.bb @@ -73,11 +73,11 @@ do_install:append() { -i ${D}${NAGIOS_CONF_DIR}/nrpe.cfg install -d ${D}${NAGIOS_PLUGIN_CONF_DIR} - install -m 664 ${WORKDIR}/check_nrpe.cfg ${D}${NAGIOS_PLUGIN_CONF_DIR} + install -m 664 ${UNPACKDIR}/check_nrpe.cfg ${D}${NAGIOS_PLUGIN_CONF_DIR} if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then install -d ${D}${systemd_unitdir}/system - install -m 644 ${WORKDIR}/nagios-nrpe.service ${D}${systemd_unitdir}/system/ + install -m 644 ${UNPACKDIR}/nagios-nrpe.service ${D}${systemd_unitdir}/system/ fi } -- cgit v1.2.3-54-g00ecf