From 0ae32ca1b9216db39b6f8859f7dbb297a3e3ee24 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 2 Oct 2007 20:10:20 -0300 Subject: [PATCH] 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 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