From c343ad8fc939a8da28e5fdb277aa6bc1a87ddedc Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Wed, 27 Jan 2010 23:02:23 -0500 Subject: [PATCH] Don't *run* the munin-node.conf.xvm.mako file in the clean target. *rm* it svn path=/trunk/packages/xvm-munin-config/; revision=2960 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 81fc5a6..92796aa 100755 --- a/debian/rules +++ b/debian/rules @@ -24,4 +24,4 @@ debian/munin-node.conf.xvm.mako: $(call debian_check_files,/etc/munin/munin-node debian/transform_munin-node.conf.xvm.mako < $< > $@ clean:: - debian/munin-node.conf.xvm.mako + rm -f debian/munin-node.conf.xvm.mako -- 1.7.9.5