From e7aaae64ef23bc5fb0bb0d95a38e6ff0e6a3bf6d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 28 May 2011 23:25:05 +0000 Subject: allow en_GB packages for europe1 only (not europe2) --- config/auto_inst.cfg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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/, -- cgit v1.2.1