diff -r 127a8c6d6e72 -r d047bf140716 debian/rules --- 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.