fix(build): build require version env var
All checks were successful
ci/woodpecker/push/build Pipeline was successful

fzf makefile attempt to retrieve value from git-describe but submodule clone
does not provide meaningful one
This commit is contained in:
pips 2025-09-24 19:49:09 +02:00
parent 196685af23
commit ede19fc034

View file

@ -2,7 +2,7 @@ package = fzf-main.deb
.PHONY: compile .PHONY: compile
compile: compile:
cd upstream && make cd upstream && FZF_VERSION=master make
.PHONY: dpkg .PHONY: dpkg
dpkg: dpkg: