aboutsummaryrefslogtreecommitdiff
path: root/community/chezmoi/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:21:38 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:21:38 +0300
commit7880d11f87a0770be62af6f7514896d7c52ff254 (patch)
tree91849cd324f1e2d08fc7b1b027d8d44edad7f939 /community/chezmoi/build
parented1df10063c4b795ca23a3945f84f42f3e736840 (diff)
downloadrepository-7880d11f87a0770be62af6f7514896d7c52ff254.tar.gz
chezmoi: use clinst
Diffstat (limited to 'community/chezmoi/build')
-rwxr-xr-xcommunity/chezmoi/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chezmoi/build b/community/chezmoi/build
index 48bddfea..3e41b9ce 100755
--- a/community/chezmoi/build
+++ b/community/chezmoi/build
@@ -5,4 +5,4 @@ trap "go clean -modcache" EXIT INT
go mod vendor
date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
CGO_ENABLED=0 go build -ldflags="-X 'main.version=$2' -X 'main.commit=null' -X 'main.builtBy=cpt' -X 'main.date=$date'"
-install -Dm755 chezmoi "$1/usr/bin/chezmoi"
+clinst -Dm755 chezmoi "$1/usr/bin/chezmoi"