mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
touchscreen: fix addon version
from version="8.2.100.100" to version="8.2.100"
This commit is contained in:
parent
54289667e7
commit
7b671e2cec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user