aboutsummaryrefslogtreecommitdiff
path: root/community/fzf/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/fzf/build')
-rwxr-xr-xcommunity/fzf/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fzf/build b/community/fzf/build
index 6cec836d..ce8caa83 100755
--- a/community/fzf/build
+++ b/community/fzf/build
@@ -1,8 +1,8 @@
#!/bin/sh -e
export GOPATH="$PWD/gopath"
-trap "go clean -modcache" EXIT INT
-go mod vendor
+
+clsed '/^BUILD_FLAGS/s/$/ -v -mod=vendor/' Makefile
make FZF_VERSION="$2" FZF_REVISION="${2##*.}"
make FZF_VERSION="$2" FZF_REVISION="${2##*.}" install