Adjust install pathes
This commit is contained in:
parent
5f99c38c18
commit
ef47e84fde
|
@ -6,10 +6,10 @@ CXXFLAGS += $(shell dpkg-buildflags --get CXXFLAGS)
|
||||||
LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
|
LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
|
||||||
|
|
||||||
# define common directories
|
# define common directories
|
||||||
PLUGINDIR := /usr/lib/nagios/plugins
|
PLUGINDIR := /usr/lib/monitoring-plugins/
|
||||||
CRONJOBDIR := /usr/lib/nagios/cronjobs
|
CRONJOBDIR := /usr/lib/nagios/cronjobs
|
||||||
CONFIGDIR := /etc/nagios-plugins/config
|
CONFIGDIR := /etc/monitoring-plugins/config
|
||||||
INIDIR := /etc/nagios-plugins
|
INIDIR := /etc/monitoring-plugins
|
||||||
CONFIGFILES := $(wildcard *.cfg)
|
CONFIGFILES := $(wildcard *.cfg)
|
||||||
|
|
||||||
# guess the name of the plugin to build if not defined
|
# guess the name of the plugin to build if not defined
|
||||||
|
@ -18,7 +18,7 @@ ifndef PLUGIN
|
||||||
PLUGIN := $(PLUGINNAME)
|
PLUGIN := $(PLUGINNAME)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DOCDIR := /usr/share/doc/nagios-plugins-contrib/$(PLUGINNAME)
|
DOCDIR := /usr/share/doc/monitoring-plugins-cyconet/$(PLUGINNAME)
|
||||||
|
|
||||||
# add some default files to clean
|
# add some default files to clean
|
||||||
# we actually need strip here. make is weird sometimes.
|
# we actually need strip here. make is weird sometimes.
|
||||||
|
|
Loading…
Reference in a new issue