From 3b6362fc10308f7858ac49356cfb51aad19c4ba9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 29 Sep 2012 21:19:44 +0000 Subject: we have hunspell now too --- tools/live-lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) { -- cgit v1.2.1