From bc49069e435c64fd4bbe0fa142ad3cc55a837d21 Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Sat, 14 Jun 2025 13:41:19 -0600 Subject: [PATCH] Allow new renders to overwrite existing renders for download/patches. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 03bcb8f81b..9f27d69c3d 100644 --- a/Makefile +++ b/Makefile @@ -153,6 +153,7 @@ $(BASEDIR)/index.html: $(RENDERTMP)/$(GLFSHTML) version wget-list $(Q)if [ ! -e $(BASEDIR)/download ]; then \ mkdir -p $(BASEDIR)/download; \ fi; + $(Q)rm -rf $(BASEDIR)/download/* $(Q)cp -R download/* $(BASEDIR)/download $(Q)rm -rf $(BASEDIR)/patches $(Q)ln -sf download $(BASEDIR)/patches