summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/buildzip.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl
index cc6bf8458b..4c21ae819f 100755
--- a/tools/buildzip.pl
+++ b/tools/buildzip.pl
@@ -167,7 +167,7 @@ sub buildlangs {
167 167
168 # Exclude more languages on the player which won't work on charcell display 168 # Exclude more languages on the player which won't work on charcell display
169 if ($archos =~ /^"?player:/ ) { 169 if ($archos =~ /^"?player:/ ) {
170 @files = grep(!/(chinese-simp|bulgarian|chinese-trad|hindi|japanese|korean|thai)\.lang/, @files); 170 @files = grep(!/(chinese-simp|chinese-trad|hindi|japanese|korean|thai)\.lang/, @files);
171 } 171 }
172 172
173 for(@files) { 173 for(@files) {