mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fix test
This commit is contained in:
parent
d756ad8551
commit
5c550c37fa
@ -1,7 +1,5 @@
|
||||
set -e
|
||||
|
||||
. config/options
|
||||
|
||||
test -f config/target-$TARGET_PLATFORM && . config/target-$TARGET_PLATFORM
|
||||
|
||||
# determine architecture's family
|
||||
@ -16,7 +14,7 @@ SCRIPTS=scripts
|
||||
PACKAGES=packages
|
||||
SOURCES=sources
|
||||
BUILD_BASE=build
|
||||
BUILD=$BUILD_BASE.$TARGET_ARCH.$TARGET_LIBC
|
||||
BUILD=$BUILD_BASE.$PROJECT.$TARGET_ARCH.$TARGET_LIBC
|
||||
[ -n "$TARGET_PLATFORM" ] && BUILD=$BUILD.$TARGET_PLATFORM
|
||||
STAMPS_NOARCH=.stamps
|
||||
STAMPS=$BUILD/$STAMPS_NOARCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user