diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/auto_inst.cfg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index af81d3d..823bb5d 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -94,7 +94,7 @@ $o = { #- (the br package require locales-fr so it is auto-selected if fr is available) 'libreoffice-langpack-br', ), - if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|europe\d*)\b/, + if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|europe1)\b/, 'kde-l10n-en_GB', 'firefox-en_GB', ), if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas)\b/, |