SVN: nagios-notify/trunk/Makefile

glen glen at pld-linux.org
Tue Apr 8 13:22:31 CEST 2008


Author: glen
Date: Tue Apr  8 13:22:31 2008
New Revision: 9699

Modified:
   nagios-notify/trunk/Makefile
Log:
- move tool to /usr/lib/nagios

Modified: nagios-notify/trunk/Makefile
==============================================================================
--- nagios-notify/trunk/Makefile	(original)
+++ nagios-notify/trunk/Makefile	Tue Apr  8 13:22:31 2008
@@ -2,15 +2,15 @@
 version = 0.9.5
 prefix = /usr
 sysconfdir = /etc/nagios
-sbindir = $(prefix)/sbin
+tooldir = $(prefix)/lib/nagios
 templatedir = $(sysconfdir)/templates
 pluginconfdir = $(sysconfdir)/plugins
 
 all:
 
 install:
-	install -d $(DESTDIR)$(sbindir)
-	install $(package) $(DESTDIR)$(sbindir)
+	install -d $(DESTDIR)$(tooldir)
+	install $(package) $(DESTDIR)$(tooldir)
 	install -d $(DESTDIR)$(templatedir)
 	cp -a templates/*.tmpl $(DESTDIR)$(templatedir)
 	install -d $(DESTDIR)$(pluginconfdir)


More information about the pld-cvs-commit mailing list