summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-15 14:33:40 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-15 14:33:40 +0000
commit4eb12bd3c2b072e0a8b1b22422104b8d71f245d1 (patch)
treeb7166f7ae34ab30580c417095318181c445cc6ba /move/make_live
parent4bb042efd8ca9b9cf5f40e66187d9708877a79a5 (diff)
downloaddrakx-backup-do-not-use-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar
drakx-backup-do-not-use-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar.gz
drakx-backup-do-not-use-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar.bz2
drakx-backup-do-not-use-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.tar.xz
drakx-backup-do-not-use-4eb12bd3c2b072e0a8b1b22422104b8d71f245d1.zip
have necessary png lang files installed and limit percent-langs of langs.pm accordingly
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live2
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";