diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:21:17 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:21:17 +0300 |
commit | ed1df10063c4b795ca23a3945f84f42f3e736840 (patch) | |
tree | 528bfe517dbabd7bf728b42208493bd5c1d230a7 /community/lf | |
parent | 022a9becf55293e8b3ec9ee72144b4b06900fda0 (diff) | |
download | repository-ed1df10063c4b795ca23a3945f84f42f3e736840.tar.gz |
lf: use clinst
Diffstat (limited to 'community/lf')
-rwxr-xr-x | community/lf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lf/build b/community/lf/build index b684eb8d..36f82daa 100755 --- a/community/lf/build +++ b/community/lf/build @@ -5,4 +5,4 @@ trap "go clean -modcache" EXIT INT go mod vendor CGO_ENABLED=0 go build -install -Dm755 lf "$1/usr/bin/lf" +clinst -Dm755 lf "$1/usr/bin/lf" |