mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path: set variable for target addons binarys dir
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
624b5cc6c6
commit
713b2bd352
@ -35,10 +35,12 @@ PACKAGES=packages
|
||||
SOURCES=sources
|
||||
BUILD_BASE=build
|
||||
TARGET=target
|
||||
ADDONS=addons
|
||||
BUILD=$BUILD_BASE.OpenELEC-$PROJECT.$TARGET_ARCH.$OPENELEC_VERSION
|
||||
[ -n "$TARGET_PLATFORM" ] && BUILD=$BUILD.$TARGET_PLATFORM
|
||||
PKG_BUILD=$BUILD/$1\[-_][0-9]*
|
||||
TARGET_IMG=$ROOT/$TARGET
|
||||
TARGET_ADDONS=$TARGET_IMG/$ADDONS/$PROJECT/$TARGET_ARCH
|
||||
STAMPS_NOARCH=.stamps
|
||||
STAMPS=$BUILD/.stamps
|
||||
DOCS=DOCS
|
||||
|
Loading…
x
Reference in New Issue
Block a user