summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-04-08 14:02:18 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-04-08 14:02:18 +0000
commit594310beed7d6ca598df38c64f0c8c175a84b267 (patch)
treee8ee5acee7193c35382ae09d655ed5933ef547d3 /cpp/src
parentaf099cd86eda18fccc369ce6803c259c131bf289 (diff)
downloadqpid-python-594310beed7d6ca598df38c64f0c8c175a84b267.tar.gz
QPID-4698: Fixed the install location for files under CMake.
Installs the SASL2 qpidd.conf file to /etc/qpid/sasl2/qpidd.conf Installs qpidd-primary to /etc/rc.d/init.d/qpidd-primary Installs the qmf-gen Python script to /usr/bin Installs the managementgen sitepackage to where sitelibs belong git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1465643 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index 30ee80469a..f3d7f5eed0 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -1272,8 +1272,8 @@ if (CPACK_GENERATOR STREQUAL "NSIS")
endif (CPACK_GENERATOR STREQUAL "NSIS")
if (UNIX)
- install (CODE "FILE(MAKE_DIRECTORY \$ENV{DESTDIR}${QPID_LOCALSTATE_DIR}/lib/qpidd)")
- install (CODE "FILE(MAKE_DIRECTORY \$ENV{DESTDIR}${QPID_LOCALSTATE_DIR}/spool/qpidd)")
+ install (CODE "FILE(MAKE_DIRECTORY \$ENV{DESTDIR}/${QPID_LOCALSTATE_DIR}/lib/qpidd)")
+ install (CODE "FILE(MAKE_DIRECTORY \$ENV{DESTDIR}/${QPID_LOCALSTATE_DIR}/spool/qpidd)")
endif (UNIX)
set (qmf_SOURCES