mirror of
https://github.com/glfs-book/glfs.git
synced 2025-07-26 08:33:20 +00:00
Allow new renders to overwrite existing renders for download/patches.
This commit is contained in:
1
Makefile
1
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
|
||||
|
Reference in New Issue
Block a user