mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Python3: don't install python.o file into image
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
e96a892a10
commit
7b790015cc
@ -130,6 +130,8 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/bin/python*-config
|
||||
rm -rf $INSTALL/usr/bin/smtpd.py $INSTALL/usr/bin/smtpd.py.*
|
||||
|
||||
find $INSTALL -name '*.o' -delete
|
||||
|
||||
python_compile $PKG_INSTALL_PATH_LIB
|
||||
|
||||
# strip
|
||||
|
Loading…
x
Reference in New Issue
Block a user