config: s/LIVE_CONFIGURATION_VERSION/LB_CONFIGURATION_VERSION/

This commit is contained in:
Lyndon Brown 2020-04-06 18:39:35 +01:00 committed by Raphaël Hertzog
parent cb44c128e0
commit 41738b1932
2 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,8 @@ Prepare_config ()
_QUIET="${_QUIET:-false}"
_VERBOSE="${_VERBOSE:-false}"
LIVE_CONFIGURATION_VERSION="${LIVE_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}"
LB_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}"
LIVE_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION}" #for backwards compatibility with hooks
LB_SYSTEM="${LB_SYSTEM:-live}"

View File

@ -973,8 +973,8 @@ fi
cat > config/common << EOF
# config/common - common options for live-build(7)
# \$LIVE_CONFIGURATION_VERSION: version of live-build used to build config (config format version)
LIVE_CONFIGURATION_VERSION="${LIVE_CONFIGURATION_VERSION}"
# \$LB_CONFIGURATION_VERSION: version of live-build used to build config (config format version)
LB_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION}"
# \$LB_APT: set package manager
LB_APT="${LB_APT}"