mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Python: strip binaries
This commit is contained in:
parent
6f3549dae1
commit
4f60b8853b
@ -151,4 +151,8 @@ post_makeinstall_target() {
|
|||||||
rm -rf $INSTALL/usr/bin/pydoc
|
rm -rf $INSTALL/usr/bin/pydoc
|
||||||
rm -rf $INSTALL/usr/bin/smtpd.py
|
rm -rf $INSTALL/usr/bin/smtpd.py
|
||||||
rm -rf $INSTALL/usr/bin/python*-config
|
rm -rf $INSTALL/usr/bin/python*-config
|
||||||
|
|
||||||
|
# strip
|
||||||
|
chmod u+w $INSTALL/usr/lib/libpython*.so.*
|
||||||
|
debug_strip $INSTALL/usr
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user