[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] fix



ha, main/i18n/ should be there, that helps

Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 scripts/debian/mkfilesindices |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/debian/mkfilesindices b/scripts/debian/mkfilesindices
index 6b2aeff..4401289 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
 )
 
-- 
1.5.6.5


Reply to: