From 42cdc9fae3e82c115cc0814f19b62cdc7cbcd445 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 26 Aug 2005 12:53:17 +0000 Subject: fix missing prefix when reading sysconfig bootsplash --- perl-install/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index b8a10695d..4842b0adc 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -232,7 +232,7 @@ sub set_default_background { my $ratio = $resolution->{X} / $resolution->{Y}; my $dir = "$::prefix/usr/share/mdk/backgrounds"; - my %theme = getVarsFromSh('/etc/sysconfig/bootsplash'); + my %theme = getVarsFromSh("$::prefix/etc/sysconfig/bootsplash"); my @l = sort { $a->[1] <=> $b->[1] || $b->[2] <=> $a->[2] || $a->[3] <=> $b->[3]; -- cgit v1.2.1