aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:25:18 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-16 11:25:18 +0100
commitd813ce96ef7e3694da971839b6ce52741d868a07 (patch)
treec35a8b50ce4b43e83cb2d41b931ceace6a090dbd /src
parent6d1a75ee0a2ef609dd7dd3b01de6ff5a645af928 (diff)
parent53da992529dc672f273c8949d738afa87863aec4 (diff)
downloadayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.gz
ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.bz2
ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.zip
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #28: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/28
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6a94756a..7af25121 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -25,4 +25,4 @@ link_directories(${SERVICE_DEPS_LIBRARY_DIRS})
add_executable("ayatana-indicator-keyboard-service" main.c)
target_link_libraries("ayatana-indicator-keyboard-service" "ayatanaindicatorkeyboardservice" "${SERVICE_DEPS_LIBRARIES} -ldl")
-install(TARGETS "ayatana-indicator-keyboard-service" RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}")
+install(TARGETS "ayatana-indicator-keyboard-service" RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}")