summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-29 15:02:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-29 15:02:10 +0000
commit92d4c6465f2f438340495909b0b65d02c9423ef7 (patch)
tree8d3fd9d2af248586daa7ed3f364160a29450a00b /images
parent883b74a6eeb294bf6dd999a048467aff65d70da1 (diff)
downloaddrakx-backup-do-not-use-92d4c6465f2f438340495909b0b65d02c9423ef7.tar
drakx-backup-do-not-use-92d4c6465f2f438340495909b0b65d02c9423ef7.tar.gz
drakx-backup-do-not-use-92d4c6465f2f438340495909b0b65d02c9423ef7.tar.bz2
drakx-backup-do-not-use-92d4c6465f2f438340495909b0b65d02c9423ef7.tar.xz
drakx-backup-do-not-use-92d4c6465f2f438340495909b0b65d02c9423ef7.zip
fix typo in previous commit
Diffstat (limited to 'images')
-rwxr-xr-ximages/make_boot_img2
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 {