From 48ef6a67ba35a9d61178ae022e8e83e7e499c394 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Mon, 14 Feb 2011 19:54:09 +0000 Subject: Fix background path --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/resolution_and_depth.pm') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 3c84dc7..942e50d 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -286,7 +286,7 @@ sub set_default_background { }; my $ratio = $resolution->{X} / $resolution->{Y}; - my $dir = "$::prefix/usr/share/mdk/backgrounds"; + my $dir = "$::prefix/usr/share/mga/backgrounds"; my %theme = getVarsFromSh("$::prefix/etc/sysconfig/bootsplash"); my @l = map { -- cgit v1.2.1