From af1fecbd866b63645ad91f27ffe86734954a47c6 Mon Sep 17 00:00:00 2001 From: dann frazier Date: Sat, 18 Jun 2005 01:43:02 +0000 Subject: [PATCH] change order of arguments to find to end the new find's annoying warnings svn path=/branches/kernel-image-2.6.11/; revision=3340 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index aa2b43c35..f60b08398 100755 --- a/debian/rules +++ b/debian/rules @@ -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))