[Pkg-nagios-changes] [pkg-nagios] r55 - nagios2/trunk/debian
Marc Haber
zugschlus at costa.debian.org
Thu Jan 19 20:02:21 UTC 2006
Author: zugschlus
Date: 2006-01-19 20:02:20 +0000 (Thu, 19 Jan 2006)
New Revision: 55
Modified:
nagios2/trunk/debian/rules
Log:
fix typo
Modified: nagios2/trunk/debian/rules
===================================================================
--- nagios2/trunk/debian/rules 2006-01-19 20:01:10 UTC (rev 54)
+++ nagios2/trunk/debian/rules 2006-01-19 20:02:20 UTC (rev 55)
@@ -90,7 +90,7 @@
find -type d -name autom4te.cache -print0 | xargs -0 -r rm -rf \;
-rm -f platform.h auto-include.h
find -type d -name build -print0 | xargs -0 -r rm -rf \;
- find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -rm -f \;
+ find \( -name config.sub -o -name config.guess \) -print0 | xargs -0 -r rm -f \;
dh_clean
#debconf-updatepo
More information about the Pkg-nagios-changes
mailing list