mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Merge pull request #4 from YunoHost/make-metronome-great-again
We don't need "-x" for metronome anymore
This commit is contained in:
commit
b033d5de83
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