change order of arguments to find to end the new find's annoying warnings

svn path=/branches/kernel-image-2.6.11/; revision=3340
This commit is contained in:
dann frazier 2005-06-18 01:43:02 +00:00
parent b69bb20282
commit af1fecbd86
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -28,7 +28,7 @@ lt_provides := $(shell seq -f 'linux-tree-$(version)-%g' -s ', ' 1 $(ltver))
#
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))