summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/live-lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/live-lang b/tools/live-lang
index 6772648..e180f4f 100644
--- a/tools/live-lang
+++ b/tools/live-lang
@@ -19,7 +19,7 @@ foreach my $path (@chroot) {
my $l;
if ($rpm =~ /locales-([^-]+)-/) {
#$l = $1
- } elsif ($rpm =~ /(?:i18n|l10n|aspell)-([^-]+)-/) {
+ } elsif ($rpm =~ /(?:i18n|l10n|aspell|hunspell)-([^-]+)-/) {
$l = $1
}
if ($l && $lang::langs{$l} && !$done{$l}) {