From b5cc6625b515510f7f0837285464a67c899c498a Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 17 Nov 2009 06:42:52 +0000 Subject: Make the unix config files install in the install prefix not absolute /etc git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@881172 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/BuildInstallSettings.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/BuildInstallSettings.cmake') diff --git a/cpp/BuildInstallSettings.cmake b/cpp/BuildInstallSettings.cmake index 6aa5175233..b764f35436 100644 --- a/cpp/BuildInstallSettings.cmake +++ b/cpp/BuildInstallSettings.cmake @@ -109,10 +109,9 @@ if (CMAKE_SYSTEM_NAME STREQUAL Linux) set (CPACK_COMPONENT_DEVELOPMENT_DISPLAY_NAME "Items required to build new C++ Qpid client programs") - set (QPID_INSTALL_BINDIR bin CACHE STRING "Directory to install user executables") - set (QPID_INSTALL_CONFDIR /etc/qpid CACHE STRING + set (QPID_INSTALL_CONFDIR etc/qpid CACHE STRING "Directory to install configuration files") set (QPID_INSTALL_DATADIR share/qpid CACHE STRING "Directory to install read-only arch.-independent data root") -- cgit v1.2.1