From bf3e14f3de80604a2650f977fe04e90cdd2e9a0e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 14 Sep 2000 13:24:48 +0000 Subject: *** empty log message *** --- perl-install/Xconfigurator.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 2530b4918..e675c92ab 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -476,10 +476,10 @@ sub testFinalConfig($;$$) { 1; }); - my $background = "/usr/share/pixmaps/mdk/mandrake-logo.xpm"; + my $background = "/usr/share/icons/mandrake-logo.xpm"; my $qiv = "/usr/bin/qiv"; - -r "$prefix/$background" && -x "$prefix/$qiv" and - system(($::testing ? "$prefix" : "chroot $prefix/ ") . "$qiv -y $background"); + -r "} . $prefix . q{/$background" && -x "} . $prefix . q{/$qiv" and + system(($::testing ? "} . $prefix . q{" : "chroot } . $prefix . q{/ ") . "$qiv -y $background"); exit (interactive_gtk->new->ask_yesorno('', [ _("Is this the correct setting?"), $text ], 0) ? 0 : 222); }; -- cgit v1.2.1