Skip to content

Commit

Permalink
Fixed deb-package version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xef53 committed Jun 20, 2022
1 parent 696cc60 commit 76df70f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ trap "chown -R $(stat --printf '%u:%g' debian) $RESULT_DIR" 0
declare -r GIT_COMMIT_REV="$(git show -s --format=%h)"
declare -r GIT_REMOTE_URL="$(git ls-remote --get-url)"

#declare -r VER="$(bin/vmm version | awk '{print $NF}')"
declare -r VER="2"
declare -r VER="$(bin/vmm version | awk -F',' '{gsub("v", "", $1); print $1}')"
declare -r REVISION="git$(git rev-list HEAD --count).${GIT_COMMIT_REV}"

declare -r TMPDIR="$(mktemp -d)"
Expand Down

0 comments on commit 76df70f

Please sign in to comment.