r41 - dvb/linuxtv-dvb-apps/trunk/debian
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 23 Feb 2005 12:04:34 +0100
Author: tschmidt
Date: 2005-02-23 12:04:34 +0100 (Wed, 23 Feb 2005)
New Revision: 41
Modified:
dvb/linuxtv-dvb-apps/trunk/debian/rules
Log:
Do not fail in clean-target when there is no upstream-source
Modified: dvb/linuxtv-dvb-apps/trunk/debian/rules
===================================================================
--- dvb/linuxtv-dvb-apps/trunk/debian/rules 2005-02-23 10:54:36 UTC (rev 40)
+++ dvb/linuxtv-dvb-apps/trunk/debian/rules 2005-02-23 11:04:34 UTC (rev 41)
@@ -34,7 +34,7 @@
rm -f *-stamp
# Add here commands to clean up after the build process.
- make clean
+ -make clean
dh_clean