Various small fixes

This commit is contained in:
Julien Dessaux 2024-03-01 00:01:43 +01:00
parent 4df03f3242
commit 4585c07297
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 5 additions and 4 deletions

View file

@ -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