[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 01/02: Install check_mongodb.py symlink.

Bernd Zeimetz bernd at bzed.de
Wed Jan 18 21:23:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

bzed pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.

commit a23805796fcdec0c90a0f5b7fa2a94cc721b6802
Author: Bernd Zeimetz <bernd at bzed.de>
Date:   Wed Jan 18 22:11:42 2017 +0100

    Install check_mongodb.py symlink.
    
    Resolves #77.
---
 check_mongodb/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/check_mongodb/Makefile b/check_mongodb/Makefile
index cafee5f..e227ff4 100644
--- a/check_mongodb/Makefile
+++ b/check_mongodb/Makefile
@@ -8,3 +8,7 @@ check_mongodb:
 	cp $@.py $@
 	chmod 755 $@
 
+install::
+	install -d $(DESTDIR)$(PLUGINDIR)
+	ln -s $(PLUGINDIR)/$(PLUGIN) $(DESTDIR)$(PLUGINDIR)/$(PLUGIN).py
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git



More information about the Pkg-nagios-changes mailing list