mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path: take in account dirs with "Build" script
This commit is contained in:
parent
a8ba00971a
commit
db6464a06b
@ -63,7 +63,7 @@ SED="sed -i"
|
||||
else
|
||||
ALL_DIRS="$ALL_DIRS\\n$DIR"
|
||||
fi
|
||||
if [ -f "$DIR/meta" -o -f "$DIR/install" ] ; then
|
||||
if [ -f "$DIR/meta" -o -f "$DIR/install" -o -f "$DIR/build" ] ; then
|
||||
FOUND=$((FOUND+1))
|
||||
# found first. set $PKG_DIR
|
||||
PKG_DIR="$DIR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user