Copr Makefile: correctly set TAG

This commit is contained in:
Evan Goode 2025-02-04 20:20:13 +00:00
parent 942e9421ab
commit fe9467870b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ GITHASH = $(shell git rev-parse --short HEAD)
TARBALL_BASENAME = $(PKG)-$(VER)-$(GITDATE)git$(GITHASH)
TAG = HEAD
else
0TAG = $(shell git tag -l | sort -V | tail -n 1)
TAG = $(shell git describe --tags --abbrev=0)
endif
ifeq ($(BUILDTYPE),release)