mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/options: call check_path/check_config earlier
This commit is contained in:
parent
b0aa03ef65
commit
7dce074e20
@ -109,5 +109,8 @@ if [ "$OEM" = yes -o "$OEM" = no ]; then
|
|||||||
OEM_SUPPORT=$OEM
|
OEM_SUPPORT=$OEM
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
check_path >&2
|
||||||
|
check_config >&2
|
||||||
|
|
||||||
. config/graphic
|
. config/graphic
|
||||||
. config/path $1
|
. config/path $1
|
||||||
|
@ -174,9 +174,6 @@ fi
|
|||||||
|
|
||||||
VERSION_SUFFIX=$TARGET_ARCH
|
VERSION_SUFFIX=$TARGET_ARCH
|
||||||
|
|
||||||
check_path
|
|
||||||
check_config
|
|
||||||
|
|
||||||
SILENT_OUT=3
|
SILENT_OUT=3
|
||||||
VERBOSE_OUT=4
|
VERBOSE_OUT=4
|
||||||
if [ "$VERBOSE" = yes ]; then
|
if [ "$VERBOSE" = yes ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user