From fbb3ae5f81a68cc3f36c07f8f566c200eda7d458 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Tue, 12 Aug 2014 19:39:20 +0000 Subject: [PATCH] Use the right option Signed-off-by: Mark Hymers --- config/debian/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/common b/config/debian/common index 5eec32cf..00b405d2 100644 --- a/config/debian/common +++ b/config/debian/common @@ -42,7 +42,7 @@ function make_buildd_dir () { dak generate-releases -a build-queues >/dev/null # And set up all of the top level symlinks people seem to like - find ${incoming}/web -depth 0 -type l -delete + find ${incoming}/web -maxdepth 1 -type l -delete dak export-suite -r -s "accepted" -d "$incoming/web" # For now, we still create the local incoming.d.o setup -- 2.39.2