From 87fbbcc9b363519e80a8b22fca9b4ca8909a2062 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 26 Jun 2013 22:41:36 +0000 Subject: QPID-4955: CMake install puts config files in the wrong place - Also removed ability to specify daemon and client config file locations individually as that isn't straightforwardly possible with the CMake install capability. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497148 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/etc/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/etc') diff --git a/qpid/cpp/etc/CMakeLists.txt b/qpid/cpp/etc/CMakeLists.txt index a8aae0ee52..f867a33227 100644 --- a/qpid/cpp/etc/CMakeLists.txt +++ b/qpid/cpp/etc/CMakeLists.txt @@ -37,11 +37,11 @@ endif (UNIX) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qpidd ${CMAKE_CURRENT_BINARY_DIR}/qpidd-primary PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE - DESTINATION ${QPID_INSTALL_CONFDIR}/rc.d/init.d + DESTINATION ${QPID_INSTALL_INITDDIR} COMPONENT ${QPID_COMPONENT_BROKER}) install(FILES qpidc.conf - DESTINATION ${QPID_INSTALL_CONFDIR}/qpid + DESTINATION ${QPID_INSTALL_CONFDIR} COMPONENT ${QPID_COMPONENT_CLIENT}) install(FILES qpidd.conf -- cgit v1.2.1