Merge pull request #5042 from Portisch/make_more_generic

config|scripts: keep source more generic
This commit is contained in:
Christian Hewitt 2021-01-28 07:01:25 +04:00 committed by GitHub
commit e5b7dcd639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1418,7 +1418,7 @@ done
sed -e "s|@PKG_ADDON_NEWS@||g" -i "$addon_xml"
fi
provider_name=${PKG_MAINTAINER:-"Team LibreELEC"}
provider_name=${PKG_MAINTAINER:-"Team ${DISTRONAME}"}
addon_name=${PKG_ADDON_NAME:-"$PKG_NAME"}
for f in $PKG_DIR/source/resources/screenshot-*.{jpg,png}; do

View File

@ -155,7 +155,7 @@ echo "${TARGET_VERSION}" > ${INSTALL}/etc/release
cat <<EOF >${INSTALL}/etc/os-release
NAME="${DISTRONAME}"
VERSION="${LIBREELEC_VERSION}"
ID="libreelec"
ID="${DISTRONAME,,}"
VERSION_ID="${OS_VERSION}"
PRETTY_NAME="${DISTRONAME} (${LIBREELEC_BUILD}): ${LIBREELEC_VERSION}"
HOME_URL="https://libreelec.tv"