mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
xbmc-pvr-addons: strip
This commit is contained in:
@@ -39,3 +39,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-addons-with-dependencies $PVRADDONS_MYSQL"
|
PKG_CONFIGURE_OPTS_TARGET="--enable-addons-with-dependencies $PVRADDONS_MYSQL"
|
||||||
|
|
||||||
|
post_makeinstall_target() {
|
||||||
|
if [ "$DEBUG" != yes ]; then
|
||||||
|
$STRIP $INSTALL/usr/lib/xbmc/addons/pvr.*/*.pvr
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user