diff options
| -rw-r--r-- | templates/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/Makefile.in b/templates/Makefile.in index 6d5a26ce8..aa0281108 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -58,6 +58,7 @@ all: install: for f in $(TEMPLATES); \ do \ + mv -f $(TEMPLATEDIR)/$$f $(TEMPLATEDIR)/$$f.prev; \ $(INSTALL) -m $(FILEMODE) $$f $(TEMPLATEDIR); \ done |
