summaryrefslogtreecommitdiff
path: root/cpp/BuildInstallSettings.cmake
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-04-29 18:53:06 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-04-29 18:53:06 +0000
commit557cc786dfec1cdf88beb6392649a59ff6b63d13 (patch)
treeb983e54fc3653e017bbb5615f49337b46a58e0fe /cpp/BuildInstallSettings.cmake
parenta29b83f08ed76102923a9304dc8c89c68faca97c (diff)
downloadqpid-python-557cc786dfec1cdf88beb6392649a59ff6b63d13.tar.gz
QPID-4698: Fixed the location of the SASL2 configuration file.
It was mistakenly installed to /etc/qpid/sasl2 rather than /etc/sasl2. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477267 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/BuildInstallSettings.cmake')
-rw-r--r--cpp/BuildInstallSettings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake
index 59b59a4855..d63a61e512 100644
--- a/cpp/BuildInstallSettings.cmake
+++ b/cpp/BuildInstallSettings.cmake
@@ -172,7 +172,7 @@ if (UNIX)
set (QPID_INSTALL_SBINDIR sbin)
set (QPID_INSTALL_TESTDIR libexec/qpid/tests) # Directory for test executables
set (QPID_INSTALL_CONFDIR ${SYSCONF_INSTALL_DIR})
- set (QPID_INSTALL_SASLDIR ${SYSCONF_INSTALL_DIR}/qpid/sasl2)
+ set (QPID_INSTALL_SASLDIR ${SYSCONF_INSTALL_DIR}/sasl2)
set (QPID_INSTALL_DATADIR ${SHARE_INSTALL_DIR}/qpid)
set (QPID_INSTALL_EXAMPLESDIR ${SHARE_INSTALL_DIR}/examples)
set (QPID_INSTALL_DOCDIR ${DOC_INSTALL_DIR}) # Directory to install documentation