From 9c8bfb128984c5d580b5e59d1887b9e01fd3059c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 13 Aug 2004 12:48:10 +0000 Subject: perl_checker fix --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 9ed379cdd..16c7b5094 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -288,7 +288,7 @@ sub update_bootsplash { sub change_image { my ($boot_pic, $val) = @_; - my $img_file = $themes{path} . $val . $themes{boot}{path}."bootsplash-$cur_res.jpg"; + my $img_file = $themes{path} . $val . $themes{boot}{path} . "bootsplash-$cur_res.jpg"; -f $img_file or return; my $boot_pixbuf = gtkcreate_pixbuf($img_file); $boot_pixbuf = $boot_pixbuf->scale_simple(300, 200, 'nearest'); -- cgit v1.2.1