Skip to content

Commit 005de4c

Browse files
committed
Change tag name to just version
The name of the project in tag name is giving me only problems. Get rid of this from now on.
1 parent 7867e00 commit 005de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKGNAME=simpleline
1919
SPECNAME=python-$(PKGNAME)
2020
VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECNAME).spec)
2121
RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECNAME).spec | sed -e 's|%.*$$||g')
22-
TAG=$(PKGNAME)-$(VERSION)
22+
TAG=$(VERSION)
2323

2424
PYTHON?=python3
2525
COVERAGE?=coverage3

0 commit comments

Comments
 (0)