diff options
Diffstat (limited to 'community/fzf/build')
-rwxr-xr-x | community/fzf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fzf/build b/community/fzf/build index add7e8ab..ce8caa83 100755 --- a/community/fzf/build +++ b/community/fzf/build @@ -2,7 +2,7 @@ export GOPATH="$PWD/gopath" -clsed '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile +clsed '/^BUILD_FLAGS/s/$/ -v -mod=vendor/' Makefile make FZF_VERSION="$2" FZF_REVISION="${2##*.}" make FZF_VERSION="$2" FZF_REVISION="${2##*.}" install |