r100 - vdr/vdr-plugin-games/trunk/debian

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 23 Feb 2005 13:28:50 +0100


Author: tschmidt
Date: 2005-02-23 13:28:50 +0100 (Wed, 23 Feb 2005)
New Revision: 100

Modified:
   vdr/vdr-plugin-games/trunk/debian/rules
Log:
Do not fail in clean-target when there is no upstream-source

Modified: vdr/vdr-plugin-games/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-games/trunk/debian/rules	2005-02-23 12:23:46 UTC (rev 99)
+++ vdr/vdr-plugin-games/trunk/debian/rules	2005-02-23 12:28:50 UTC (rev 100)
@@ -47,7 +47,7 @@
 	rm -f build-stamp configure-stamp
 	rm -rf build-tree
 	rm -f libvdr-*.so*
-	make clean
+	-make clean
 
 	dh_clean