From f762463ecdace467f3e5f2839ab438587d87a5e4 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 20 Sep 2006 21:49:37 +0000 Subject: [PATCH] whoops, output the same postrm twice --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 3568717..299a840 100755 --- a/debian/rules +++ b/debian/rules @@ -115,8 +115,8 @@ install: build < debian/nagios-plugins-basic.postrm.in \ > debian/nagios-plugins-basic.postrm sed -e 's/@STD_PLUGINS@/${std_plugin_cfgs}/' \ - < debian/nagios-plugins-basic.postrm.in \ - > debian/nagios-plugins-basic.postrm + < debian/nagios-plugins-standard.postrm.in \ + > debian/nagios-plugins-standard.postrm # Build architecture-independent files here.