Author: astitcher
Date: Thu Jun 27 03:50:41 2013
New Revision: 1497204
URL: http://svn.apache.org/r1497204
Log:
QPID-4955: Don't install SYSV style service control files on Windows
(fixes Windows breakage from previous commit)
Modified:
qpid/trunk/qpid/cpp/etc/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/etc/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/CMakeLists.txt?rev=1497204&r1=1497203&r2=1497204&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/etc/CMakeLists.txt Thu Jun 27 03:50:41 2013
@@ -33,12 +33,11 @@ if (UNIX)
${CMAKE_CURRENT_BINARY_DIR}/qpidd-primary
@ONLY)
-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_INITDDIR}
COMPONENT ${QPID_COMPONENT_BROKER})
+endif (UNIX)
install(FILES qpidc.conf
DESTINATION ${QPID_INSTALL_CONFDIR}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]