Update Makefile in nagios-plugin-mysql_health

This commit is contained in:
Kethzer Docteur 2019-01-23 17:03:17 -04:00
parent 5d33fcbd18
commit deb4dbb2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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"