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 c536b59e..c8979dc2 100644
--- a/rcynic/Makefile.in
+++ b/rcynic/Makefile.in
@@ -182,7 +182,7 @@ ${RCYNIC_CONF_FILE}:
j=1; \
for i in *.tal; \
do \
- ${INSTALL} -C -p -m 444 "$$i" "${RCYNIC_TA_DIR}/$$i"; \
+ ${INSTALL} -p -m 444 "$$i" "${RCYNIC_TA_DIR}/$$i"; \
echo >>$@.tmp "trust-anchor-locator.$$j = ${RCYNIC_CONF_TA_DIR}/$$i"; \
j=$$((j+1)); \
done