mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
c105724e95
@ -89,9 +89,8 @@ INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax wsgiref"
|
||||
mkdir -p ./Lib
|
||||
cp ../Lib/*.py ./Lib
|
||||
|
||||
for dirs in $INCLUDE_DIRS; do
|
||||
mkdir -p ./Lib/$dirs
|
||||
cp ../Lib/$dirs/*.py ./Lib/$dirs
|
||||
for dir in $INCLUDE_DIRS; do
|
||||
cp -a ../Lib/$dir ./Lib/
|
||||
done
|
||||
|
||||
python -Wi -t -B ../Lib/compileall.py ./Lib -f
|
||||
|
Loading…
x
Reference in New Issue
Block a user