scripts/create_addon: strip all addons

This makes sure that all executables in addon install dir are stripped. We can now
drop debug_strip in addons' package.mk.
This commit is contained in:
kszaq 2017-02-08 16:14:55 +01:00 committed by MilhouseVH
parent 37302f18bb
commit bb617446b8

View File

@ -167,6 +167,7 @@ if [ "$PKG_IS_ADDON" = "yes" ] ; then
if [ "$(type -t addon)" = "function" ]; then
addon
debug_strip $ADDON_BUILD/$PKG_ADDON_ID
else
echo "*** unsupported package format. please convert your package ***"
exit 1