diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 04:15:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 04:15:51 +0000 |
commit | ad4cd073801b20a4582a80ba88763f85d74a5f0b (patch) | |
tree | 4bfe20ae7ae2778819a6f4b47bd9e7fba77bd8a4 /configure.ac | |
parent | 7ec1ead3187873e775036606f51cb4135408ce09 (diff) |
First round of fixes to installation targets.
svn path=/branches/tk377/; revision=5003
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7853d374..912b8638 100644 --- a/configure.ac +++ b/configure.ac @@ -273,7 +273,7 @@ case $enable_rcynic_jail in use_rcynic_jail=no RCYNIC_CONF_FILE='${DESTDIR}${sysconfdir}/rcynic.conf' RCYNIC_TA_DIR='${DESTDIR}${sysconfdir}/rpki/trust-anchors' - RCYNIC_BIN_RCYNIC='${bindir}/rcynic' + RCYNIC_BIN_RCYNIC='${DESTDIR}${bindir}/rcynic' RCYNIC_CONF_RSYNC="${RSYNC}" RCYNIC_CONF_DATA='${RCYNIC_DIR}/data' RCYNIC_CONF_TA_DIR="${RCYNIC_TA_DIR}" |