r3340 - branches/kernel-image-2.6.11/debian

Dann Frazier dannf@costa.debian.org
Sat, 18 Jun 2005 01:43:03 +0000


Author: dannf
Date: 2005-06-18 01:43:02 +0000 (Sat, 18 Jun 2005)
New Revision: 3340

Modified:
   branches/kernel-image-2.6.11/debian/rules
Log:
change order of arguments to find to end the new find's annoying warnings


Modified: branches/kernel-image-2.6.11/debian/rules
===================================================================
--- branches/kernel-image-2.6.11/debian/rules	2005-06-18 01:40:10 UTC (rev 3339)
+++ branches/kernel-image-2.6.11/debian/rules	2005-06-18 01:43:02 UTC (rev 3340)
@@ -28,7 +28,7 @@
 #
 ifndef subarchs
   subarchs := $(shell find debian/arch/$(karch) \
-                           -type d -mindepth 1 -maxdepth 1 \
+                           -mindepth 1 -maxdepth 1 -type d \
                            ! -name '.svn' -printf '%f\n')
 endif
 ifeq (,$(subarchs))