11 lines
590 B
Diff
11 lines
590 B
Diff
|
--- cmake/modules/DBusMacros.cmake.dbus 2010-08-20 16:26:14.000000000 +0200
|
||
|
+++ cmake/modules/DBusMacros.cmake 2010-08-20 16:27:01.000000000 +0200
|
||
|
@@ -26,6 +26,6 @@
|
||
|
string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i})
|
||
|
set(_target ${CMAKE_CURRENT_BINARY_DIR}/${_output_file})
|
||
|
configure_file(${_service_file} ${_target})
|
||
|
- install(FILES ${_target} DESTINATION ${DATA_INSTALL_DIR}/dbus-1/services)
|
||
|
+ install(FILES ${_target} DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
|
||
|
endforeach (_i ${ARGN})
|
||
|
endmacro(dbus_add_activation_service _sources)
|