We don't need "-x" for metronome anymore

This commit is contained in:
Kay0u 2021-03-09 11:24:39 +01:00
parent c19a5effdc
commit 38a5c2aa9e
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -65,8 +65,7 @@ function tweak_gevent-websocket()
function tweak_metronome()
{
# For some reason metronome version must include a revision ("-x")
readonly VERSION="$(dpkg-parsechangelog -S Version 2>/dev/null)+ynh$DISTRIB_N-1"
readonly VERSION="$(dpkg-parsechangelog -S Version 2>/dev/null)+ynh$DISTRIB_N"
}
# (These are the old stuff for which we had custom builds in stretch)