From 2ca09c5c8ff135d6b28e42d1097e8939af3bfc70 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 2 Feb 2013 05:37:46 +0000 Subject: Doh, write TAL configuration to correct file. svn path=/branches/tk377/; revision=5006 --- rcynic/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3