diff options
Diffstat (limited to 'community/hugo/build')
-rwxr-xr-x | community/hugo/build | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/community/hugo/build b/community/hugo/build index e6cd49ae..5969e085 100755 --- a/community/hugo/build +++ b/community/hugo/build @@ -1,9 +1,4 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath - -trap "go clean -modcache" EXIT INT -go mod vendor - -CGO_ENABLED=0 go build +CGO_ENABLED=0 go build -v -mod=vendor clinst -Dm755 hugo "$1/usr/bin/hugo" |