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)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to