From 3d7ef5654bb66df5821e0831e9f8e64e62cfcc20 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 2 Oct 2007 20:10:20 -0300 Subject: syslinux: fix memcheck path since it was using the wrong path --- helpers/lh_binary_syslinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 6b28fdd..b6cb845 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 -- cgit v1.0