|
@@ -7,7 +7,7 @@ DOCDIR=/usr/share/man/
|
|
|
|
|
|
|
|
COMMIT=$(git rev-parse --abbrev-ref HEAD)
|
|
COMMIT=$(git rev-parse --abbrev-ref HEAD)
|
|
|
|
|
|
|
|
-TAG=$(git describe --tags --abbrev=0)
|
|
|
|
|
|
|
+TAG=$(git describe --tags "$(git rev-list --tags --max-count=1)")
|
|
|
VERSION=${TAG:1}
|
|
VERSION=${TAG:1}
|
|
|
|
|
|
|
|
echo "checkout tag ${TAG}"
|
|
echo "checkout tag ${TAG}"
|