make-sfx: correct version number on repack
This commit is contained in:
parent
11cf43626d
commit
83c9843059
@ -145,6 +145,7 @@ tmpdir="$(
|
||||
}
|
||||
|
||||
ver=
|
||||
[ -z "$repack" ] &&
|
||||
git describe --tags >/dev/null 2>/dev/null && {
|
||||
git_ver="$(git describe --tags)"; # v0.5.5-2-gb164aa0
|
||||
ver="$(printf '%s\n' "$git_ver" | sed -r 's/^v//')";
|
||||
|
Loading…
Reference in New Issue
Block a user