From: Michael Tremer Date: Fri, 10 Apr 2026 09:28:13 +0000 (+0000) Subject: error-pages: Call jekyll only with "bundle exec" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=ipfire.org.git error-pages: Call jekyll only with "bundle exec" Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 37831e06..03d8f9f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1292,7 +1292,7 @@ EXTRA_DIST += \ .PHONY: error-pages error-pages: $(AM_V_GEN)cd src/error-pages && JEKYLL_ENV=production \ - $(JEKYLL) build --quiet --incremental + bundle exec $(JEKYLL) build --quiet --incremental .PHONY: upload-error-pages upload-error-pages: error-pages