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