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

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


Author: slomo
Date: 2007-10-16 10:10:55 +0000 (Tue, 16 Oct 2007)
New Revision: 3392

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


Modified: ndesk-dbus/trunk/debian/rules
===================================================================
--- ndesk-dbus/trunk/debian/rules	2007-10-16 10:05:59 UTC (rev 3391)
+++ ndesk-dbus/trunk/debian/rules	2007-10-16 10:10:55 UTC (rev 3392)
@@ -26,7 +26,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	test -f Makefile && $(MAKE) clean || true
+	[ ! -f Makefile ] || $(MAKE) distclean
 	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