From e1a2b2b2d64d21615a87dadcbfbd73a7de4847c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 14 Sep 2020 16:36:00 +0300 Subject: lf: change gopath --- community/lf/build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community') diff --git a/community/lf/build b/community/lf/build index 47cba07b..dcba8c81 100755 --- a/community/lf/build +++ b/community/lf/build @@ -1,4 +1,8 @@ #!/bin/sh -e +export GOPATH=$PWD/gopath +trap "go clean -modcache" EXIT INT +go mod vendor + go build install -Dm755 lf "$1/usr/bin/lf" -- cgit v1.2.3