rev 6146 - branches/kde4/cdbs

Sune Vuorela pusling-guest at alioth.debian.org
Fri May 11 12:32:35 UTC 2007


Author: pusling-guest
Date: 2007-05-11 12:32:35 +0000 (Fri, 11 May 2007)
New Revision: 6146

Modified:
   branches/kde4/cdbs/utils.mk
Log:
two small revertions


Modified: branches/kde4/cdbs/utils.mk
===================================================================
--- branches/kde4/cdbs/utils.mk	2007-05-11 12:25:00 UTC (rev 6145)
+++ branches/kde4/cdbs/utils.mk	2007-05-11 12:32:35 UTC (rev 6146)
@@ -29,10 +29,10 @@
 DEB_PHONY_RULES += list-missing
 
 list-missing:
-	if test -d debian/tmp; then \
+	@if test -d debian/tmp; then \
 	  (cd debian/tmp && find . -type f -o -type l | grep -v '/DEBIAN/' | sort) > debian/cdbs-install-list; \
 	  (for package in $(DEB_ALL_PACKAGES); do \
-	     (cd debian/$$package && find . -type f -o -type l ); \
+	     (cd debian/$$package && find . -type f -o -type l); \
 	   done) | sort -u > debian/cdbs-package-list; \
 	   if test -e debian/not-installed ;\
 	     then grep -v '^#' debian/not-installed >> debian/cdbs-package-list ; \




More information about the pkg-kde-commits mailing list