Skip to content

Commit

Permalink
Merge pull request pmem#140 from PatKamin/4.0.3-devel
Browse files Browse the repository at this point in the history
[4.0.3-devel] Fix tarball naming
  • Loading branch information
PatKamin authored Sep 23, 2022
2 parents 8e74842 + 1f2576c commit 7e2ed54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AUTOCONFAGE=Makefile.in \
m4/lt~obsolete.m4 \
missing

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

0 comments on commit 7e2ed54

Please sign in to comment.