Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-09-08 14:29:42 +0300
committerRobert Adam <dev@robert-adam.de>2022-09-10 18:28:34 +0300
commit33c39a6eb8eda3008dcf952d5ce87c0278c2a0b9 (patch)
treef58ba0cd998f4218ea9384762fe14a803f5969be
parent384c55db62d51422af57df7db94a7a4b6884c976 (diff)
BUILD(cmake): Also install DBus config file
-rw-r--r--auxiliary_files/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/auxiliary_files/CMakeLists.txt b/auxiliary_files/CMakeLists.txt
index c134a30e7..6728bd5ab 100644
--- a/auxiliary_files/CMakeLists.txt
+++ b/auxiliary_files/CMakeLists.txt
@@ -115,6 +115,7 @@ if(server)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mumble-server.service" DESTINATION "${SYSTEMD_SERVICE_DIR}" COMPONENT mumble_server)
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mumble-server-user-wrapper" DESTINATION "${MUMBLE_INSTALL_EXECUTABLEDIR}" COMPONENT mumble_server)
+ install(FILES "config_files/mumble-server.conf" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/system.d" COMPONENT mumble_server)
endif()
endif()