touchscreen: fix addon version

from version="8.2.100.100" to version="8.2.100"
This commit is contained in:
Peter Vicman 2017-11-07 15:18:08 +01:00
parent 54289667e7
commit 7b671e2cec

View File

@ -49,8 +49,8 @@ addon() {
cp $PKG_DIR/addon.xml $ADDON_BUILD/$PKG_ADDON_ID
# set version (no need to edit xml file on version bump)
$SED -e "s|@ADDON_VERSION@|$ADDON_VERSION.$PKG_REV|g" \
# set only version (revision will be added by buildsystem)
$SED -e "s|@ADDON_VERSION@|$ADDON_VERSION|g" \
-i $ADDON_BUILD/$PKG_ADDON_ID/addon.xml
cp $(get_build_dir tslib)/.install_pkg/usr/bin/* $ADDON_BUILD/$PKG_ADDON_ID/bin