From: Mark Hymers Date: Tue, 12 Aug 2014 19:39:20 +0000 (+0000) Subject: Use the right option X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=fbb3ae5f81a68cc3f36c07f8f566c200eda7d458 Use the right option Signed-off-by: Mark Hymers --- 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