aboutsummaryrefslogtreecommitdiff
path: root/community/fzf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-04-14 12:35:38 +0200
committerCem Keylan <cem@ckyln.com>2022-04-14 12:35:38 +0200
commit5bd9df5ce62d31546b6e6bfcb976c452fbb8ba41 (patch)
tree3444f7b850c22274439730ce8fa75651e39b0afd /community/fzf/build
parentd9ade79c0056b9355da86bc4a16ad691439ee0b5 (diff)
downloadrepository-5bd9df5ce62d31546b6e6bfcb976c452fbb8ba41.tar.gz
fzf: bump to 0.30.0
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..add7e8ab 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/$/ -mod=vendor/' Makefile
make FZF_VERSION="$2" FZF_REVISION="${2##*.}"
make FZF_VERSION="$2" FZF_REVISION="${2##*.}" install