diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:21:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:21:38 +0300 |
commit | 7880d11f87a0770be62af6f7514896d7c52ff254 (patch) | |
tree | 91849cd324f1e2d08fc7b1b027d8d44edad7f939 /community | |
parent | ed1df10063c4b795ca23a3945f84f42f3e736840 (diff) | |
download | repository-7880d11f87a0770be62af6f7514896d7c52ff254.tar.gz |
chezmoi: use clinst
Diffstat (limited to 'community')
-rwxr-xr-x | community/chezmoi/build | 2 |
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" |