aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:21:17 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:21:17 +0300
commited1df10063c4b795ca23a3945f84f42f3e736840 (patch)
tree528bfe517dbabd7bf728b42208493bd5c1d230a7
parent022a9becf55293e8b3ec9ee72144b4b06900fda0 (diff)
downloadrepository-ed1df10063c4b795ca23a3945f84f42f3e736840.tar.gz
lf: use clinst
-rwxr-xr-xcommunity/lf/build2
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"