[Pkg-mono-svn-commits] rev 3390 - ndesk-dbus/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Tue Oct 16 10:01:45 UTC 2007


Author: slomo
Date: 2007-10-16 10:01:45 +0000 (Tue, 16 Oct 2007)
New Revision: 3390

Modified:
   ndesk-dbus/trunk/debian/rules
Log:
* fix clean


Modified: ndesk-dbus/trunk/debian/rules
===================================================================
--- ndesk-dbus/trunk/debian/rules	2007-10-16 09:59:30 UTC (rev 3389)
+++ ndesk-dbus/trunk/debian/rules	2007-10-16 10:01:45 UTC (rev 3390)
@@ -26,7 +26,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	test -f Makefile && make clean
+	test -f Makefile && $(MAKE) clean || true
 	rm -f src/NDesk.DBus.dll*
 	rm -f tools/dbus-monitor*
 	rm -rf $(MONO_SHARED_DIR)/.wapi




More information about the Pkg-mono-svn-commits mailing list