summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/auto_inst.cfg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index 0d035dc..af81d3d 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -94,10 +94,10 @@ $o = {
#- (the br package require locales-fr so it is auto-selected if fr is available)
'libreoffice-langpack-br',
),
- if_($ENV{DRAKLIVE_REGION} !~ /\b(int|europe\d*)\b/,
+ if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|europe\d*)\b/,
'kde-l10n-en_GB', 'firefox-en_GB',
),
- if_($ENV{DRAKLIVE_REGION} !~ /\b(int|americas)\b/,
+ if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas)\b/,
'myspell-en_US',
),
if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 'task-printing-scanning'),