mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python: dont install distutils
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5c461ad572
commit
2ef78f1c4c
@ -136,7 +136,7 @@ makeinstall_target() {
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib pydoc_data test unittest"
|
||||
EXCLUDE_DIRS="bsddb curses idlelib lib-tk lib2to3 msilib pydoc_data test unittest distutils"
|
||||
for dir in $EXCLUDE_DIRS; do
|
||||
rm -rf $INSTALL/usr/lib/python*/$dir
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user