]> git.decadent.org.uk Git - dak.git/commitdiff
its suite not dist
authorJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 14:44:24 +0000 (16:44 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 12 Aug 2012 14:44:24 +0000 (16:44 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/common

index 409752685aedcb61b9842a5f7e746ce811114834..0bab7bd260ca1c8af1d21e6eb71f825a3a9b3d8f 100644 (file)
@@ -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 >Packages.gz