mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
config/functions: just check if the linux.*.conf exists
This commit is contained in:
parent
f9f8d5c67e
commit
c7b19e897c
@ -329,7 +329,7 @@ dashes="==========================="
|
|||||||
linux_config_dir="$PROJECT_DIR/$PROJECT/linux"
|
linux_config_dir="$PROJECT_DIR/$PROJECT/linux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f $linux_config_dir/linux.$TARGET_ARCH.conf ] &&
|
if [ ! -e $linux_config_dir/linux.$TARGET_ARCH.conf ] &&
|
||||||
! ls $linux_config_dir/*/linux.$TARGET_ARCH.conf &>/dev/null; then
|
! ls $linux_config_dir/*/linux.$TARGET_ARCH.conf &>/dev/null; then
|
||||||
check_arch="$check_arch\n $dashes$dashes$dashes"
|
check_arch="$check_arch\n $dashes$dashes$dashes"
|
||||||
check_arch="$check_arch\n ERROR: Architecture not found, use a valid Architecture"
|
check_arch="$check_arch\n ERROR: Architecture not found, use a valid Architecture"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user