Merge pull request #2185 from vpeter4/touch82

touchscreen: fix addon version
This commit is contained in:
Christian Hewitt 2017-11-09 21:45:44 +04:00 committed by GitHub
commit fcfa9a9d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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