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))