From 433b060edb39ed83ac0ca1e678d02104ffd1f141 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Feb 2006 17:39:41 +0000 Subject: ask license after language (#21266) --- perl-install/standalone/finish-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index 15f615267..1a20b5f25 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -107,8 +107,8 @@ sub call { } } -call('license'); call('language'); +call('license'); call('keyboard'); call('timezone'); call('network'); -- cgit v1.2.1