diff options
-rw-r--r-- | lib/Xconfig/resolution_and_depth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |