mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
irserver: fix quoting
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
91bce50566
commit
467fe2e90d
@ -4,8 +4,8 @@
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
[ "$TARGET_ARCH" = i386" ] && make CC=$TARGET_CC irserver
|
||||
[ "$TARGET_ARCH" = x86_64" ] && make CC=$TARGET_CC irserver64
|
||||
[ "$TARGET_ARCH" = arm" ] && make CC=$TARGET_CC irserver_arm
|
||||
[ "$TARGET_ARCH" = "i386" ] && make CC=$TARGET_CC irserver
|
||||
[ "$TARGET_ARCH" = "x86_64" ] && make CC=$TARGET_CC irserver64
|
||||
[ "$TARGET_ARCH" = "arm" ] && make CC=$TARGET_CC irserver_arm
|
||||
|
||||
$STRIP $1*
|
||||
|
Loading…
x
Reference in New Issue
Block a user