diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-10 23:09:04 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-10 23:09:04 +0000 |
commit | 6cfc5a51d1dcc222d094f04f9b88d1290206fc14 (patch) | |
tree | 9aab8af2a3bc5751e6893357c5a5003c6dc75b1a | |
parent | 62fb86d574affb7b3415aa0ae1a38aa35d79bcd4 (diff) | |
download | draklive-config-6cfc5a51d1dcc222d094f04f9b88d1290206fc14.tar draklive-config-6cfc5a51d1dcc222d094f04f9b88d1290206fc14.tar.gz draklive-config-6cfc5a51d1dcc222d094f04f9b88d1290206fc14.tar.bz2 draklive-config-6cfc5a51d1dcc222d094f04f9b88d1290206fc14.tar.xz draklive-config-6cfc5a51d1dcc222d094f04f9b88d1290206fc14.zip |
rename Noindia to more correct no-India
-rw-r--r-- | config/auto_inst.cfg.pl | 2 | ||||
-rw-r--r-- | config/live.cfg | 2 | ||||
-rwxr-xr-x | tools/build_live.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 4a5af33..ff64ef3 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -72,7 +72,7 @@ $o = { #- skip i586 ones if not relevant 'libqca1-tls', - if_($ENV{DRAKLIVE_REGION} eq 'Asia-Noindia', + if_($ENV{DRAKLIVE_REGION} eq 'Asia-no-India', 'gimp', 'ibus-table-wubi', ), if_($ENV{DRAKLIVE_REGION} eq 'Europe2', diff --git a/config/live.cfg b/config/live.cfg index e0cba3e..8b16689 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -221,7 +221,7 @@ my $_l = { 'Europe1-Americas' => [qw(de el en es fr it nl pt pt_BR sl tr)], 'Europe2' => [qw(bg cs da et fi hr hu lt lv nb no nn pl ro ru sv uk uz)], 'Africa-India' => [qw(zu aa af am ar as ber bn ha he hi ig kn ks ml mr or pa sd ta tn ts ve xh yo)], - 'Asia-Noindia' => [qw(id ja ko th vi zh_CN zh_TW)], + 'Asia-no-India' => [qw(id ja ko th vi zh_CN zh_TW)], }, packs => { int => [ map { "i18n-$_" } qw(de en es fi fr it nl pt sv) ], diff --git a/tools/build_live.sh b/tools/build_live.sh index ebc2581..1e3c3b2 100755 --- a/tools/build_live.sh +++ b/tools/build_live.sh @@ -12,7 +12,7 @@ set -x archs="i586 x86_64" desktops="KDE4 GNOME" #desktops="KDE4" -regions="Europe1-Americas Europe2 Africa-India Asia-Noindia" +regions="Europe1-Americas Europe2 Africa-India Asia-no-India" #regions="int" #regions="Europe1-Americas" |