File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ $(VENV)/.setup.touch: $(REQUIREMENTS) | $(VENV)
7474 $(VENV ) /bin/pip install -r $< && touch $@
7575
7676check : check_deps dist
77- DIST_LOC=dist/x3f_tools-$(shell git describe --always --dirty --tag ) -$(TARGET ) /bin/x3f_extract$(EXE ) $(BEHAVE )
77+ DIST_LOC=dist/x3f_tools-$(shell git describe --always --dirty --tags ) -$(TARGET ) /bin/x3f_extract$(EXE ) $(BEHAVE )
7878
7979clean_deps :
8080 rm -rf $(VENV )
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ $(BINDIR):
118118# -----------------------------------------------------------
119119
120120NAME = x3f_tools
121- VER := $(shell git describe --always --dirty --tag )
121+ VER := $(shell git describe --always --dirty --tags )
122122DIST = $(NAME ) -$(VER ) -$(TARGET )
123123DIST_DIR = ../dist/$(DIST )
124124DIST_TGZ = ../dist/$(DIST ) .tar.gz
You can’t perform that action at this time.
0 commit comments