diff options
| author | bwarsaw | 1999-04-27 21:00:12 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-04-27 21:00:12 +0000 |
| commit | 58aad243d936bd3080923f034fdfde6504721cde (patch) | |
| tree | cca19799e10a595bbd52a25edcf9fd2aacc45b6a | |
| parent | 666f106b282b39b1c456f4afc18670a6563b41a7 (diff) | |
| download | mailman-58aad243d936bd3080923f034fdfde6504721cde.tar.gz mailman-58aad243d936bd3080923f034fdfde6504721cde.tar.zst mailman-58aad243d936bd3080923f034fdfde6504721cde.zip | |
install: Move any previous template file to <file>.prev so as not to
completely clobber locally modified versions of these files. This is
a hack, but there will eventually be a better mechanism for localizing
templates.
| -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 |
