From 2123e259269ef2ff40954d2b8130c284d2ebb0fa Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 30 Jun 2011 23:40:53 +0200 Subject: updated Monitoring makefile checks for python and if not available installs both, python and simplejson for debian --- Monitoring/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Monitoring/Makefile') diff --git a/Monitoring/Makefile b/Monitoring/Makefile index 72269101..fd75ef1b 100644 --- a/Monitoring/Makefile +++ b/Monitoring/Makefile @@ -4,6 +4,7 @@ HTDOCS = /usr/share/nagios3/htdocs .phony: debian debian: + [ `which python` ] || apt-get install python python-simplejson [ `which nagios3` ] || apt-get install nagios3 rm $(NAGDIR)/conf.d/* || true cp -r conf/* $(NAGDIR)/conf.d/ -- cgit v1.2.3