[Python-apps-commits] r8647 - in packages/pyicqt/trunk/debian (rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed May 9 11:43:45 UTC 2012


    Date: Wednesday, May 9, 2012 @ 11:43:43
  Author: nijel
Revision: 8647

Do not fail if file does not (yet) exist

Modified:
  packages/pyicqt/trunk/debian/rules

Modified: packages/pyicqt/trunk/debian/rules
===================================================================
--- packages/pyicqt/trunk/debian/rules	2012-05-09 11:43:19 UTC (rev 8646)
+++ packages/pyicqt/trunk/debian/rules	2012-05-09 11:43:43 UTC (rev 8647)
@@ -12,7 +12,7 @@
 	touch $@
 
 clean:
-	rm pyicqt.conf.xml
+	rm -f pyicqt.conf.xml
 	dh clean
 
 install: build




More information about the Python-apps-commits mailing list