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

Change-Id: If145e018248444b9b6a30a4b6ee5984ab27ca8fd
pull/2090/head
Richard Fuchs 1 month ago
parent 33bcd6a1fa
commit 02916e72c8

@ -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