debian/rules
changeset 6 f52b40333287
parent 5 fa49cacf33d6
child 9 d047bf140716
--- a/debian/rules	Wed Dec 19 22:02:31 2007 +0000
+++ b/debian/rules	Wed Dec 19 22:29:56 2007 +0000
@@ -35,7 +35,7 @@
 
 	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/nagios-plugin-check-exim.sgml > nagios-plugin-check-exim.1
+	#docbook-to-man debian/nagios-plugin-exim.sgml > nagios-plugin-exim.1
 
 	touch $@
 
@@ -55,8 +55,8 @@
 	dh_clean -k 
 	dh_installdirs
 
-	# Add here commands to install the package into debian/nagios-plugin-check-exim.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugin-check-exim install
+	# Add here commands to install the package into debian/nagios-plugin-exim.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/nagios-plugin-exim install
 
 
 # Build architecture-independent files here.