diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2012-11-28 13:23:59 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2012-11-28 13:23:59 +0000 |
| commit | c740f9a9d7b6b367a511b3e33f88d7b2a9335c7b (patch) | |
| tree | 00693e01dc6a82c9c8ae24ffb0e7beb522daf1ab /cpp/etc | |
| parent | 7313dd0a6cb254c6b1432f42c60f137bea29a0d1 (diff) | |
| download | qpid-python-c740f9a9d7b6b367a511b3e33f88d7b2a9335c7b.tar.gz | |
NO-JIRA: Made the Systemd install directory macro consistent with others.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/etc')
| -rw-r--r-- | cpp/etc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/CMakeLists.txt b/cpp/etc/CMakeLists.txt index e86f2094d9..de808d2808 100644 --- a/cpp/etc/CMakeLists.txt +++ b/cpp/etc/CMakeLists.txt @@ -24,7 +24,7 @@ install(FILES qpidd.conf DESTINATION ${QPID_INSTALL_CONFDIR} COMPONENT ${QPID_COMPONENT_BROKER}) install(FILES qpidd.service - DESTINATION ${QPIDD_INSTALL_SYSTEMDDIR} + DESTINATION ${QPID_INSTALL_SYSTEMDDIR} COMPONENT ${QPID_COMPONENT_BROKER}) if (BUILD_SASL) install(FILES sasl2/qpidd.conf |
