From: Joerg Jaspert Date: Sun, 12 Aug 2012 14:44:24 +0000 (+0200) Subject: its suite not dist X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=7d1f1a627f2ed504e5f4779ab3aa82b6ffe54d87 its suite not dist Signed-off-by: Joerg Jaspert --- 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