[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pkg-kde: commit - rev 166 - people/dato/kde-common



Author: dato-guest
Date: 2004-10-30 15:40:38 -0600 (Sat, 30 Oct 2004)
New Revision: 166

Modified:
   people/dato/kde-common/rules.mk
Log:
Adjust diff invocation.


Modified: people/dato/kde-common/rules.mk
===================================================================
--- people/dato/kde-common/rules.mk	2004-10-30 21:31:15 UTC (rev 165)
+++ people/dato/kde-common/rules.mk	2004-10-30 21:40:38 UTC (rev 166)
@@ -164,6 +164,6 @@
 
 binary: binary-arch binary-indep
 	@echo; echo; echo "Checking for not installed files..."
-	@-dh_install --no-act --list-missing 2>&1 | sort | diff - debian/not-installed.known
+	@dh_install --no-act --list-missing 2>&1 | sort | diff -u - debian/not-installed.known || true
 
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure



Reply to: