From 38a5c2aa9eb313315a8e7a4c71f988a6014d90ef Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 9 Mar 2021 11:24:39 +0100 Subject: [PATCH] We don't need "-x" for metronome anymore --- scripts/ynh-custom-builds | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ynh-custom-builds b/scripts/ynh-custom-builds index 51c569c..22cbd2f 100755 --- a/scripts/ynh-custom-builds +++ b/scripts/ynh-custom-builds @@ -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)