Allow new renders to overwrite existing renders for download/patches.

This commit is contained in:
Zeckmathederg
2025-06-14 13:41:19 -06:00
parent 7f325b4a4f
commit bc49069e43

View File

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