mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
syslinux: quote tests and some more variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ad409ed5ad
commit
4643b94820
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user