From 62d674329ad0100b17f4ee7f1170cfe875b983c7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 01:03:17 +0100 Subject: lf: switch to vendored source --- community/lf/build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'community/lf/build') diff --git a/community/lf/build b/community/lf/build index a34f9d45..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" -- cgit v1.2.3