[Pkg-nagios-changes] [pkg-nagios] r2044 - nagiosgrapher/trunk/debian

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Fri Jun 8 15:01:00 UTC 2012


Author: tolimar
Date: 2012-06-08 15:01:00 +0000 (Fri, 08 Jun 2012)
New Revision: 2044

Modified:
   nagiosgrapher/trunk/debian/rules
Log:
Fix second sed call



Modified: nagiosgrapher/trunk/debian/rules
===================================================================
--- nagiosgrapher/trunk/debian/rules	2012-06-08 13:53:23 UTC (rev 2043)
+++ nagiosgrapher/trunk/debian/rules	2012-06-08 15:01:00 UTC (rev 2044)
@@ -61,7 +61,7 @@
 		done; \
 		mv $$tmpl_root/$$tmpl_dir $(PKG_TMP)/etc/$(PKG)/ngraph.d/; \
 	done; \
-	sed "s#@@CFGS@@#$(CFGS) nagios3/commands.cfg#g;s#@@TMPL_CFGS@@#$$tmpl_cfgs#g" < debian/postinst.in > debian/postinst
+	sed "s#@@CFGS@@#$(CFGS) nagios3/commands.cfg#g;s#@@TMPL_CFGS@@#$$tmpl_cfgs#g" < debian/postinst.in > debian/postinst ; \
 	sed "s#@@CFGS@@#$(CFGS) nagios3/commands.cfg#g;s#@@TMPL_CFGS@@#$$tmpl_cfgs#g" < debian/postrm.in > debian/postrm
 	
 	# fix permissions




More information about the Pkg-nagios-changes mailing list