kodi: strip binaries

This commit is contained in:
Stefan Saraev 2016-01-31 00:22:13 +01:00 committed by Lukas Rusak
parent b5e798a89e
commit 4e2cfc873f

View File

@ -408,6 +408,8 @@ post_makeinstall_target() {
mkdir -p $INSTALL/usr/share/kodi/media/Fonts
cp $PKG_DIR/fonts/*.ttf $INSTALL/usr/share/kodi/media/Fonts
fi
debug_strip $INSTALL/usr/lib/kodi/kodi.bin
}
post_install() {