From 4585c072975fc8ef28938b6573b38fbfb3a1a491 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 1 Mar 2024 00:01:43 +0100 Subject: Various small fixes --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 959a943..28762ef 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules CACHEDIR=/tmp/hugo-cache-$(USER) DESTDIR=public/ -HOSTNAME=$(shell hostname) +HOSTNAME=$(shell hostname -f) REVISION=$(shell git rev-parse HEAD) .PHONY: build -- cgit v1.2.3