From 92d4c6465f2f438340495909b0b65d02c9423ef7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 29 Jun 2007 15:02:10 +0000 Subject: fix typo in previous commit --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/make_boot_img b/images/make_boot_img index 72cb1a58e..fc761d20b 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -664,7 +664,7 @@ sub syslinux_all_files { $default_vga =~ /788/ or die 'we rely on vga=788 for bootsplash'; my $theme = $ENV{THEME} || 'Mandriva-Free'; - my $bootspash_cfg = '/etc/bootsplash/themes/$theme/config/bootsplash-800x600.cfg'; + my $bootspash_cfg = "/etc/bootsplash/themes/$theme/config/bootsplash-800x600.cfg"; -e $bootspash_cfg or die "can't find $bootspash_cfg"; each_index { -- cgit v1.2.1