mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
We don't need "-x" for metronome anymore
This commit is contained in:
parent
c19a5effdc
commit
38a5c2aa9e
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue