diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 05:37:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 05:37:46 +0000 |
commit | 2ca09c5c8ff135d6b28e42d1097e8939af3bfc70 (patch) | |
tree | 1f87b50b781e6f3408d5baee2ee1d410a9f50095 | |
parent | 660cbcfe4803995e350943730695fd004d829fd0 (diff) |
Doh, write TAL configuration to correct file.
svn path=/branches/tk377/; revision=5006
-rw-r--r-- | rcynic/Makefile.in | 2 |
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 |