diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-29 15:02:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-29 15:02:10 +0000 |
commit | 92d4c6465f2f438340495909b0b65d02c9423ef7 (patch) | |
tree | 8d3fd9d2af248586daa7ed3f364160a29450a00b /images | |
parent | 883b74a6eeb294bf6dd999a048467aff65d70da1 (diff) | |
download | drakx-92d4c6465f2f438340495909b0b65d02c9423ef7.tar drakx-92d4c6465f2f438340495909b0b65d02c9423ef7.tar.gz drakx-92d4c6465f2f438340495909b0b65d02c9423ef7.tar.bz2 drakx-92d4c6465f2f438340495909b0b65d02c9423ef7.tar.xz drakx-92d4c6465f2f438340495909b0b65d02c9423ef7.zip |
fix typo in previous commit
Diffstat (limited to 'images')
-rwxr-xr-x | images/make_boot_img | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |