From 809c1238cf7b206889d243320fd2f38b0357bacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Mon, 10 Nov 2014 15:50:02 +0100 Subject: [PATCH] fix notifications coming from phone install into the right destination dir; this allows, among others, to answer to the pairing request coming from the phone --- kded/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt index 3524dd62a..8c873f550 100644 --- a/kded/CMakeLists.txt +++ b/kded/CMakeLists.txt @@ -15,4 +15,4 @@ install(TARGETS kded_kdeconnect DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES kdeconnect.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded) #TODO: Split this into several files for core and for each plugin -install(FILES kdeconnect.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kdeconnect) +install(FILES kdeconnect.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})