diff options
author | Olivier Blin <blino@mageia.org> | 2011-05-28 23:25:05 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-05-28 23:25:05 +0000 |
commit | e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d (patch) | |
tree | ded91316e4c223f64626c5b98ff536c1c87f1c1c /config | |
parent | d54b3e1d85af16e8097767bdf597ab740bc7f155 (diff) | |
download | draklive-config-e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d.tar draklive-config-e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d.tar.gz draklive-config-e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d.tar.bz2 draklive-config-e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d.tar.xz draklive-config-e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d.zip |
allow en_GB packages for europe1 only (not europe2)
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/, |