debian/rules
changeset 9 d047bf140716
parent 6 f52b40333287
--- a/debian/rules	Wed Dec 19 22:36:00 2007 +0000
+++ b/debian/rules	Thu Dec 17 11:30:53 2015 +0000
@@ -35,7 +35,7 @@
 
 	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/nagios-plugin-exim.sgml > nagios-plugin-exim.1
+	#docbook-to-man debian/nagios-plugins-exim.sgml > nagios-plugins-exim.1
 
 	touch $@
 
@@ -55,8 +55,8 @@
 	dh_clean -k 
 	dh_installdirs
 
-	# Add here commands to install the package into debian/nagios-plugin-exim.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugin-exim install
+	# Add here commands to install the package into debian/nagios-plugins-exim.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugins-exim install
 
 
 # Build architecture-independent files here.