build: make PKG_VSN pre-set for upgrade base download
This commit is contained in:
parent
28c6f70aa3
commit
34df802f5e
|
@ -99,7 +99,7 @@ else
|
||||||
SUFFIX="-$(git rev-parse HEAD | cut -b1-8)"
|
SUFFIX="-$(git rev-parse HEAD | cut -b1-8)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_VSN="${RELEASE}${SUFFIX}"
|
PKG_VSN="${PKG_VSN:-${RELEASE}${SUFFIX}}"
|
||||||
|
|
||||||
if [ "${LONG_VERSION:-}" != 'yes' ]; then
|
if [ "${LONG_VERSION:-}" != 'yes' ]; then
|
||||||
echo "$PKG_VSN"
|
echo "$PKG_VSN"
|
||||||
|
|
Loading…
Reference in New Issue