[Pkg-nagios-changes] [pkg-nagios] r1618 - nagiosgrapher/trunk/debian
Hendrik Frenzel
hfrenzel-guest at alioth.debian.org
Mon Feb 16 01:54:50 UTC 2009
Author: hfrenzel-guest
Date: 2009-02-16 01:54:50 +0000 (Mon, 16 Feb 2009)
New Revision: 1618
Modified:
nagiosgrapher/trunk/debian/rules
Log:
moving empty README out of the way while building the package
Modified: nagiosgrapher/trunk/debian/rules
===================================================================
--- nagiosgrapher/trunk/debian/rules 2009-02-16 01:37:16 UTC (rev 1617)
+++ nagiosgrapher/trunk/debian/rules 2009-02-16 01:54:50 UTC (rev 1618)
@@ -48,6 +48,8 @@
find $(PKG_TMP)/usr/share/nagiosgrapher/htdocs/images/ -type f -name "*.png" -print0 \
| xargs -0 chmod 0644
+ mv README .README
clean::
+ [ ! -f .README ] || mv .README README
rm -f debian/postinst
rm -f cfg/ngraph.ncfg
More information about the Pkg-nagios-changes
mailing list