mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts: implement new packageformat (v3) support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
. config/options $1
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
for i in `find packages/ -type f -name package.mk`; do
|
||||
GET_PKG=`grep ^PKG_NAME= $i | sed -e "s,\",,g" -e "s,PKG_NAME=,,"`
|
||||
$SCRIPTS/get $GET_PKG
|
||||
done
|
||||
for i in `find packages/ -type f -name meta`; do
|
||||
GET_PKG=`grep ^PKG_NAME= $i | sed -e "s,\",,g" -e "s,PKG_NAME=,,"`
|
||||
$SCRIPTS/get $GET_PKG
|
||||
|
||||
Reference in New Issue
Block a user