aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rcynic/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in
index 5349c536..31b58a8b 100644
--- a/rcynic/Makefile.in
+++ b/rcynic/Makefile.in
@@ -182,7 +182,7 @@ ${RCYNIC_CONF_FILE}:
for i in *.tal; \
do \
${INSTALL} -C -p -m 444 "$$i" "${RCYNIC_TA_DIR}/$$i"; \
- echo >>$@ "trust-anchor-locator.$$j = ${RCYNIC_CONF_TA_DIR}/$$i"; \
+ echo >>$@.tmp "trust-anchor-locator.$$j = ${RCYNIC_CONF_TA_DIR}/$$i"; \
j=$$((j+1)); \
done
@chmod 444 $@.tmp