From ec14f2076685d0480abd17256d7a9da94772be83 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 28 Feb 2006 17:39:52 +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