From 47537927e128d1118ea2515c13a13b6f176355e4 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 16 Nov 2008 19:46:08 +0100 Subject: [PATCH] fix ha, main/i18n/ should be there, that helps Signed-off-by: Joerg Jaspert --- scripts/debian/mkfilesindices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.2