diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index b827ad6..0d035dc 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -97,6 +97,9 @@ $o = { if_($ENV{DRAKLIVE_REGION} !~ /\b(int|europe\d*)\b/, 'kde-l10n-en_GB', 'firefox-en_GB', ), + if_($ENV{DRAKLIVE_REGION} !~ /\b(int|americas)\b/, + 'myspell-en_US', + ), if_($ENV{DRAKLIVE_PRODUCT} !~ /liveusb-rw/i, 'task-printing-scanning'), 'qtradio', 'kradio', 'system-config-printer', |