mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #5266 from antonlacon/oe-init
init: stop checking for OPENELEC_ARCH
This commit is contained in:
commit
b30f709a56
@ -263,7 +263,7 @@ mount_sysroot() {
|
||||
get_project_arch() {
|
||||
if [ -f ${1}/etc/os-release ]; then
|
||||
. ${1}/etc/os-release
|
||||
echo "${OPENELEC_ARCH:-${LIBREELEC_ARCH}}"
|
||||
echo "${LIBREELEC_ARCH}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user