lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.11-beta 20 lines 958 B view raw
1From bbd366348d1f0e334d4604d04e293a046070e666 Mon Sep 17 00:00:00 2001 2From: Maximilian Bosch <maximilian@mbosch.me> 3Date: Fri, 23 Aug 2019 00:19:20 +0200 4Subject: [PATCH] Explicitly copy dbus files into the store dir 5 6--- 7 shell_integration/libcloudproviders/CMakeLists.txt | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt 11index 2e7349ef7..512d4b188 100644 12--- a/shell_integration/libcloudproviders/CMakeLists.txt 13+++ b/shell_integration/libcloudproviders/CMakeLists.txt 14@@ -1,5 +1,6 @@ 15 macro(dbus_add_activation_service _sources) 16 pkg_get_variable(_install_dir dbus-1 session_bus_services_dir) 17+ set(_install_dir "${CMAKE_INSTALL_DATADIR}/dbus-1/service") 18 foreach (_i ${_sources}) 19 get_filename_component(_service_file ${_i} ABSOLUTE) 20 string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i})