MT#55283 honour .release-version also for .ko

Change-Id: If145e018248444b9b6a30a4b6ee5984ab27ca8fd
(cherry picked from commit 02916e72c8)
(cherry picked from commit a5c5746c31)
mr13.5.1
Richard Fuchs 3 months ago
parent f1f6e1273e
commit 8a8c0cbc56

@ -4,6 +4,10 @@ if [ -z "${M}" ]; then
M=$(pwd)
fi
if [ -z "${RTPENGINE_VERSION}" ] && [ -f .release-version ]; then
RTPENGINE_VERSION=$(<.release-version)
fi
if [ -z "${RTPENGINE_VERSION}" ]; then
have_dpkg_parsechangelog=no
if command -v dpkg-parsechangelog >/dev/null; then

Loading…
Cancel
Save