pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update Makefile in nagios-plugin-mysql_health



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Wed Jan 23 17:03:17 2019 -0400
Changeset:	deb4dbb2e2f09df7125b3bb8a007a74f26b342ff

Modified Files:
	nagios-plugin-mysql_health/Makefile

Log Message:
Update Makefile in nagios-plugin-mysql_health

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=deb4dbb2e2f09df7125b3bb8a007a74f26b342ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nagios-plugin-mysql_health/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
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"


Home | Main Index | Thread Index | Old Index