aboutsummaryrefslogtreecommitdiff
path: root/community/fzf/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/fzf/build')
-rwxr-xr-xcommunity/fzf/build6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fzf/build b/community/fzf/build
index a8c6f07f..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
+export GOPATH="$PWD/gopath"
+
+clsed '/^BUILD_FLAGS/s/$/ -v -mod=vendor/' Makefile
make FZF_VERSION="$2" FZF_REVISION="${2##*.}"
make FZF_VERSION="$2" FZF_REVISION="${2##*.}" install