treewide: set DISTRO_HOME_URL from options

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
This commit is contained in:
Christian Hewitt 2025-04-07 12:39:43 +00:00
parent 49c5b6d704
commit addfbf42b2
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@
DISTRO_MIRROR="http://sources.libreelec.tv/mirror" DISTRO_MIRROR="http://sources.libreelec.tv/mirror"
DISTRO_SRC="http://sources.libreelec.tv/$DISTRO_VERSION" DISTRO_SRC="http://sources.libreelec.tv/$DISTRO_VERSION"
# Distribution Home URL
DISTRO_HOME_URL="https://libreelec.tv"
# Welcome Message for e.g. SSH Server (up to 5 Lines) # Welcome Message for e.g. SSH Server (up to 5 Lines)
GREETING0="##############################################" GREETING0="##############################################"
GREETING1="# LibreELEC #" GREETING1="# LibreELEC #"

View File

@ -170,7 +170,7 @@ VERSION="${DISTRO_VERSION}"
ID="${DISTRONAME,,}" ID="${DISTRONAME,,}"
VERSION_ID="${OS_VERSION}" VERSION_ID="${OS_VERSION}"
PRETTY_NAME="${DISTRONAME} (${DISTRO_BUILD}): ${DISTRO_VERSION}" PRETTY_NAME="${DISTRONAME} (${DISTRO_BUILD}): ${DISTRO_VERSION}"
HOME_URL="https://libreelec.tv" HOME_URL="${DISTRO_HOME_URL}"
BUG_REPORT_URL="${ORIGIN_URL}" BUG_REPORT_URL="${ORIGIN_URL}"
BUILD_ID="${GIT_HASH}" BUILD_ID="${GIT_HASH}"
DISTRO_ARCH="${DISTRO_ARCH}" DISTRO_ARCH="${DISTRO_ARCH}"