mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Python: fix modules install
This commit is contained in:
parent
b67698a1a3
commit
bc0e948c3c
@ -89,9 +89,8 @@ INCLUDE_DIRS="$INCLUDE_DIRS xml/parsers xml/sax wsgiref"
|
|||||||
mkdir -p ./Lib
|
mkdir -p ./Lib
|
||||||
cp ../Lib/*.py ./Lib
|
cp ../Lib/*.py ./Lib
|
||||||
|
|
||||||
for dirs in $INCLUDE_DIRS; do
|
for dir in $INCLUDE_DIRS; do
|
||||||
mkdir -p ./Lib/$dirs
|
cp -a ../Lib/$dir ./Lib/
|
||||||
cp ../Lib/$dirs/*.py ./Lib/$dirs
|
|
||||||
done
|
done
|
||||||
|
|
||||||
python -Wi -t -B ../Lib/compileall.py ./Lib -f
|
python -Wi -t -B ../Lib/compileall.py ./Lib -f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user