From 7d1f1a627f2ed504e5f4779ab3aa82b6ffe54d87 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 12 Aug 2012 16:44:24 +0200 Subject: [PATCH] its suite not dist Signed-off-by: Joerg Jaspert --- config/debian/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/common b/config/debian/common index 40975268..0bab7bd2 100644 --- a/config/debian/common +++ b/config/debian/common @@ -49,7 +49,7 @@ function make_buildd_dir () { for suite in $(ls -1 $incoming/dists/); do # Skip project trace directory if [ "${suite}x" = "projectx" ]; then continue; fi - cd ${incoming}/dists/${dist}/buildd + cd ${incoming}/dists/${suite}/buildd dpkg-scanpackages . $overridedir/override.sid.all3 >Packages gzip -9c --rsyncable Packages.gz -- 2.39.2