We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023e61e commit c5cfc08Copy full SHA for c5cfc08
Makefile
@@ -823,7 +823,7 @@ docs: deps-docs
823
.PHONY: deps-docs
824
deps-docs:
825
@hash hugo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
826
- curl -sL https://github.com/gohugoio/hugo/releases/download/v$(HUGO_VERSION)/hugo_$(HUGO_VERSION)_Linux-64bit.tar.gz | tar zxf - -C /tmp && mv /tmp/hugo ~/go/bin/hugo && chmod +x ~/go/bin/hugo; \
+ curl -sL https://github.com/gohugoio/hugo/releases/download/v$(HUGO_VERSION)/hugo_$(HUGO_VERSION)_Linux-64bit.tar.gz | tar zxf - -C /tmp && mkdir -p ~/go/bin && mv /tmp/hugo ~/go/bin/hugo && chmod +x ~/go/bin/hugo; \
827
fi
828
829
.PHONY: deps
0 commit comments