diff options
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-x | helpers/lh_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 6b28fddb3..b6cb84560 100755 --- a/helpers/lh_binary_syslinux +++ b/helpers/lh_binary_syslinux @@ -75,7 +75,7 @@ Syslinux_memtest_entry () KERNEL="${3}" # syslinux << 3.36 lacks support to file/path - if [ "$(basename ${DESTDIR_LIVE})" = "binary" ] + if [ "$(basename ${DESTDIR_LIVE})" != "binary" ] then KERNEL="${DIRECTORY}/${KERNEL}" fi |