From 302c4c189c63adf78218688c18080a32f65db13a Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 14 May 2025 19:42:50 +0100 Subject: [PATCH] build: check and re-copy modified config-base --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6657649..1e4b2be 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ STATIC_TARGET = $(STATIC_SRC:static/%=$(DATA)/web/%) COPY_SRC = images/banner.svg jfa-go.service LICENSE $(LANG_SRC) $(STATIC_SRC) COPY_TARGET = $(DATA)/jfa-go.service # $(DATA)/LICENSE $(LANG_TARGET) $(STATIC_TARGET) $(DATA)/web/css/$(CSSVERSION)bundle.css -$(COPY_TARGET): $(INLINE_TARGET) $(STATIC_SRC) $(LANG_SRC) +$(COPY_TARGET): $(INLINE_TARGET) $(STATIC_SRC) $(LANG_SRC) $(CONFIG_BASE) $(info copying $(CONFIG_BASE)) cp $(CONFIG_BASE) $(DATA)/ $(info copying crash page)