nagios-notify/trunk/Makefile

glen cvs at pld-linux.org
Fri Aug 4 02:06:08 CEST 2006


Author: glen
Date: Fri Aug  4 02:06:07 2006
New Revision: 7586

Modified:
   nagios-notify/trunk/Makefile
Log:
- install config
- version 0.9.3

Modified: nagios-notify/trunk/Makefile
==============================================================================
--- nagios-notify/trunk/Makefile	(original)
+++ nagios-notify/trunk/Makefile	Fri Aug  4 02:06:07 2006
@@ -1,5 +1,5 @@
 package = nagios-notify
-version = 0.9.2
+version = 0.9.3
 prefix = /usr
 sysconfdir = /etc/nagios
 sbindir = $(prefix)/sbin
@@ -10,9 +10,11 @@
 
 install:
 	install -d $(DESTDIR)$(sbindir)
-	install nagios-notify $(DESTDIR)$(sbindir)
+	install $(package) $(DESTDIR)$(sbindir)
 	install -d $(DESTDIR)$(templatedir)
 	cp -a templates/*.tmpl $(DESTDIR)$(templatedir)
+	install -d $(DESTDIR)$(pluginconfdir)
+	cp -a $(package).cfg $(DESTDIR)$(pluginconfdir)
 
 dist:
 	rm -rf $(package)-$(version)


More information about the pld-cvs-commit mailing list