Copr Makefile: correctly set TAG
This commit is contained in:
parent
942e9421ab
commit
fe9467870b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue