aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-02-02 05:37:46 +0000
committerRob Austein <sra@hactrn.net>2013-02-02 05:37:46 +0000
commit2ca09c5c8ff135d6b28e42d1097e8939af3bfc70 (patch)
tree1f87b50b781e6f3408d5baee2ee1d410a9f50095
parent660cbcfe4803995e350943730695fd004d829fd0 (diff)
Doh, write TAL configuration to correct file.
svn path=/branches/tk377/; revision=5006
-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