Merge pull request #4 from YunoHost/make-metronome-great-again

We don't need "-x" for metronome anymore
This commit is contained in:
Alexandre Aubin 2021-03-09 13:49:51 +01:00 committed by GitHub
commit b033d5de83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)