From f4d040e7fca83c5e0184fc5e137fc1e5658d04c7 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Wed, 28 Nov 2012 13:23:59 +0000 Subject: NO-JIRA: Made the Systemd install directory macro consistent with others. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1414666 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/etc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/etc') diff --git a/qpid/cpp/etc/CMakeLists.txt b/qpid/cpp/etc/CMakeLists.txt index e86f2094d9..de808d2808 100644 --- a/qpid/cpp/etc/CMakeLists.txt +++ b/qpid/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 -- cgit v1.2.1