From: Joerg Jaspert Date: Sun, 16 Nov 2008 18:46:08 +0000 (+0100) Subject: fix X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=47537927e128d1118ea2515c13a13b6f176355e4;p=dak.git fix ha, main/i18n/ should be there, that helps Signed-off-by: Joerg Jaspert --- diff --git a/scripts/debian/mkfilesindices b/scripts/debian/mkfilesindices index 6b2aefff..4401289e 100755 --- a/scripts/debian/mkfilesindices +++ b/scripts/debian/mkfilesindices @@ -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 )