mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +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
|
else
|
||||||
ALL_DIRS="$ALL_DIRS\\n$DIR"
|
ALL_DIRS="$ALL_DIRS\\n$DIR"
|
||||||
fi
|
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=$((FOUND+1))
|
||||||
# found first. set $PKG_DIR
|
# found first. set $PKG_DIR
|
||||||
PKG_DIR="$DIR"
|
PKG_DIR="$DIR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user