diff options
Diffstat (limited to 'community/lf/build')
-rwxr-xr-x | community/lf/build | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/community/lf/build b/community/lf/build index 36f82daa..8de69f51 100755 --- a/community/lf/build +++ b/community/lf/build @@ -1,8 +1,4 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath -trap "go clean -modcache" EXIT INT -go mod vendor - -CGO_ENABLED=0 go build +CGO_ENABLED=0 go build -v -mod=vendor clinst -Dm755 lf "$1/usr/bin/lf" |