mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Python: fix modules install
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user