syslinux: fix memcheck path since it was using the wrong path

This commit is contained in:
Otavio Salvador 2007-10-02 20:10:20 -03:00 committed by Daniel Baumann
parent ae7d46ca72
commit 0ae32ca1b9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Syslinux_memtest_entry ()
KERNEL="${3}" KERNEL="${3}"
# syslinux << 3.36 lacks support to file/path # syslinux << 3.36 lacks support to file/path
if [ "$(basename ${DESTDIR_LIVE})" = "binary" ] if [ "$(basename ${DESTDIR_LIVE})" != "binary" ]
then then
KERNEL="${DIRECTORY}/${KERNEL}" KERNEL="${DIRECTORY}/${KERNEL}"
fi fi