aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 00:17:39 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 00:17:39 +0300
commit506f33a4305d6eb4eb58d556968a3512fa83c379 (patch)
tree22a9ce39c7a8ad6d7d8d7f62879c53d8cf7fdd14 /community
parent2ddc15d6dbd421fd23e106dda81dc70d167f97de (diff)
downloadrepository-506f33a4305d6eb4eb58d556968a3512fa83c379.tar.gz
hugo: use clinst
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/hugo/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hugo/build b/community/hugo/build
index 549e29ad..e6cd49ae 100755
--- a/community/hugo/build
+++ b/community/hugo/build
@@ -6,4 +6,4 @@ trap "go clean -modcache" EXIT INT
go mod vendor
CGO_ENABLED=0 go build
-install -Dm755 hugo "$1/usr/bin/hugo"
+clinst -Dm755 hugo "$1/usr/bin/hugo"