commit e1a2b2b2d64d21615a87dadcbfbd73a7de4847c9 parent eecb24eaaeeb87fa375fb13586921f65546e29d9 Author: Cem Keylan <cem@ckyln.com> Date: Mon, 14 Sep 2020 16:36:00 +0300 lf: change gopath Diffstat:
M | community/lf/build | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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"