summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-11-20 22:43:30 +0000
committerThomas Backlund <tmb@mageia.org>2011-11-20 22:43:30 +0000
commit6bea4ae32e8c9391979d2fb2e2916822c829a723 (patch)
tree56440da203c03a93d1601a2567d3e404ba4fb9cf /config/auto_inst.cfg.pl
parent297f2cc14b24e74fe6f3efcac4b066615e0b21cc (diff)
downloaddraklive-config-6bea4ae32e8c9391979d2fb2e2916822c829a723.tar
draklive-config-6bea4ae32e8c9391979d2fb2e2916822c829a723.tar.gz
draklive-config-6bea4ae32e8c9391979d2fb2e2916822c829a723.tar.bz2
draklive-config-6bea4ae32e8c9391979d2fb2e2916822c829a723.tar.xz
draklive-config-6bea4ae32e8c9391979d2fb2e2916822c829a723.zip
adapt for Mageia naming scheme (https://wiki.mageia.org/en/Product_naming)
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')