summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 5100b4c..f92eba6 100755
--- a/draklive
+++ b/draklive
@@ -77,7 +77,7 @@ sub build_syslinux_cfg {
my ($initrd, $kernel, $bootlogo, $help) = map { $to_root ? basename($_) : $_ }
map { $boot . $_ } $media->get_initrd_path, @syslinux_boot_files;
my $has_bootlogo = $live->{system}{gfxboot} &&
- -e $live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux/bootlogo';
+ -e ($live->get_builddir . $live->{prefix}{build}{boot} . '/syslinux/bootlogo');
my $timeout = get_bootloader_timeout($live) * 10;
my $title = $media->{title} || $live->{media}{title};
join("\n",