Python: strip binaries

This commit is contained in:
Stefan Saraev 2016-01-31 00:22:37 +01:00 committed by Lukas Rusak
parent 6f3549dae1
commit 4f60b8853b

View File

@ -151,4 +151,8 @@ post_makeinstall_target() {
rm -rf $INSTALL/usr/bin/pydoc
rm -rf $INSTALL/usr/bin/smtpd.py
rm -rf $INSTALL/usr/bin/python*-config
# strip
chmod u+w $INSTALL/usr/lib/libpython*.so.*
debug_strip $INSTALL/usr
}