]> git.decadent.org.uk Git - dak.git/commitdiff
fix
authorJoerg Jaspert <joerg@debian.org>
Sun, 16 Nov 2008 18:46:08 +0000 (19:46 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 16 Nov 2008 18:46:08 +0000 (19:46 +0100)
ha, main/i18n/ should be there, that helps

Signed-off-by: Joerg Jaspert <joerg@debian.org>
scripts/debian/mkfilesindices

index 6b2aefff2d294eadf1369569a2e11f45f3215c8a..4401289e7e2a62f68e28d2be716958cc203c8330 100755 (executable)
@@ -82,7 +82,7 @@ done
 
 (cd $base/ftp/
        for dist in unstable testing; do
-               find ./dists/$dist \! -type d | sort -u | gzip -9 > $base/ftp/indices/files/components/translation-$dist.list.gz
+               find ./dists/$dist/main/i18n/ \! -type d | sort -u | gzip -9 > $base/ftp/indices/files/components/translation-$dist.list.gz
        done
 )