syslinux: quote tests and some more variables

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-18 22:48:48 +01:00
parent ad409ed5ad
commit 4643b94820

View File

@ -8,7 +8,7 @@ CFLAGS="$CFLAGS -I`ls -d $ROOT/$BUILD/$1*`/libinstaller"
CFLAGS="$CFLAGS -I`ls -d $ROOT/$BUILD/$1*`/libfat"
SUBDIRS="codepage core libinstaller mtools"
[ $TARGET_ARCH = i386 ] && SUBDIRS="$SUBDIRS mbr"
[ "$TARGET_ARCH" = "i386" ] && SUBDIRS="$SUBDIRS mbr"
cd $PKG_BUILD