Skip to content

Commit 93273c3

Browse files
authored
Merge pull request pmem#155 from PatKamin/5.0.3-devel
[5.0.3-devel] Fix tarball naming
2 parents 2717c28 + 465cc54 commit 93273c3

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
@@ -28,7 +28,7 @@ AUTOCONFAGE=Makefile.in \
2828
m4/lt~obsolete.m4 \
2929
missing
3030

31-
TARBALL=tmdb-$(shell git describe --tags)
31+
TARBALL=tmdb-redis-$(shell git describe --tags --match "[1-9].[0-9].[0-9]*")
3232
git-tarball:
3333
git archive --prefix=$(TARBALL)/ @ >../$(TARBALL).tar
3434
cd deps/memkind && git archive --prefix=$(TARBALL)/deps/memkind/ @ >../../memkind.tar

0 commit comments

Comments
 (0)