We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2717c28 + 465cc54 commit 93273c3Copy full SHA for 93273c3
Makefile
@@ -28,7 +28,7 @@ AUTOCONFAGE=Makefile.in \
28
m4/lt~obsolete.m4 \
29
missing
30
31
-TARBALL=tmdb-$(shell git describe --tags)
+TARBALL=tmdb-redis-$(shell git describe --tags --match "[1-9].[0-9].[0-9]*")
32
git-tarball:
33
git archive --prefix=$(TARBALL)/ @ >../$(TARBALL).tar
34
cd deps/memkind && git archive --prefix=$(TARBALL)/deps/memkind/ @ >../../memkind.tar
0 commit comments