summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r--config/auto_inst.cfg.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index 5bc6efd..fdf9101 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -96,13 +96,13 @@ $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|europe1)\b/,
+ if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|Europe1)\b/,
'kde-l10n-en_GB', 'firefox-en_GB', 'myspell-en_GB',
),
- if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas)\b/,
+ if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|Americas)\b/,
'kde-l10n-en_US', 'myspell-en_US',
),
- if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|americas|europe1)\b/,
+ if_($ENV{DRAKLIVE_REGION} !~ /\b(all|int|Americas|Europe1)\b/,
'libreoffice-langpack-en',
'autocorr-en', 'hunspell-en', 'hyphen-en', 'mythes-en',
'/^firefox-en_/',
@@ -123,7 +123,7 @@ $o = {
'ekiga',
'kdeaccessibility4',
if_(!$has_gnome, 'gnome-media', 'yelp', 'pinentry-gtk2', 'polkit-gnome', 'seahorse', 'totem-mozilla'),
- if_($ENV{DRAKLIVE_REGION} eq 'europe2', 'gimp'),
+ if_($ENV{DRAKLIVE_REGION} eq 'Europe2', 'gimp'),
),
($ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i
? ('/openjdk/', 'java-1.5.0-gcj')