From 847b53bbde4ec1dcae1bf72b8a1f72bc90586988 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 8 Aug 2004 23:46:18 +0000 Subject: sort theme list --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index fd7649e13..0b0fb92e3 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -119,7 +119,7 @@ if (-r $themes{sysconfig}) { my @boot_thms = if_(!$themes{default}, qw(default)); chdir($themes{path}); #- we must change directory for correct @boot_thms assignement -foreach (all('.')) { +foreach (sort(all('.'))) { if (-d "$themes{path}$_" && m/^[^.]/) { -f "$themes{path}$_$themes{boot}{path}bootsplash-$cur_res.jpg" and push @boot_thms, $_; } -- cgit v1.2.1