diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-15 14:33:40 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-15 14:33:40 +0000 |
commit | 4eb12bd3c2b072e0a8b1b22422104b8d71f245d1 (patch) | |
tree | b7166f7ae34ab30580c417095318181c445cc6ba /move/make_live | |
parent | 4bb042efd8ca9b9cf5f40e66187d9708877a79a5 (diff) | |
download | drakx-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar drakx-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar.gz drakx-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar.bz2 drakx-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar.xz drakx-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.zip |
have necessary png lang files installed and limit percent-langs of langs.pm accordingly
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index 2f0ba3679..06ba0280d 100755 --- a/move/make_live +++ b/move/make_live @@ -4,7 +4,7 @@ use lib "../perl-install"; use common; use pkgs; -my @langs = qw(fr en es it de); +my @langs = map { /^../; $& } split /\s/, (cat_('move.pm') =~ /ALLOWED_LANGS = qw\((.*)\)/)[0]; @ARGV == 0 or die "usage: make_live\n"; |