mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
syslinux: quote tests and some more variables
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user