generated from ext/template
fix(build): build require version env var
All checks were successful
ci/woodpecker/push/build Pipeline was successful
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:
parent
196685af23
commit
ede19fc034
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ package = fzf-main.deb
|
|||
|
||||
.PHONY: compile
|
||||
compile:
|
||||
cd upstream && make
|
||||
cd upstream && FZF_VERSION=master make
|
||||
|
||||
.PHONY: dpkg
|
||||
dpkg:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue