From deb4dbb2e2f09df7125b3bb8a007a74f26b342ff Mon Sep 17 00:00:00 2001 From: Kethzer Docteur Date: Wed, 23 Jan 2019 17:03:17 -0400 Subject: [PATCH] Update Makefile in nagios-plugin-mysql_health --- nagios-plugin-mysql_health/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios-plugin-mysql_health/Makefile b/nagios-plugin-mysql_health/Makefile index b477c983ad..a4ed6f1761 100644 --- a/nagios-plugin-mysql_health/Makefile +++ b/nagios-plugin-mysql_health/Makefile @@ -28,6 +28,6 @@ CONFIGURE_ARGS+= --with-statefiles-dir=${VARBASE}/tmp/check_mysql_health PKG_USERS+= ${NAGIOS_USER}:${NAGIOS_GROUP} -INSTALLATION_DIRS+= ${VARBASE}/tmp/check_mysql_health +INSTALLATION_DIRS+= ${PREFIX}/libexec/nagios/tmp/check_mysql_health .include "../../mk/bsd.pkg.mk"