From 53da992529dc672f273c8949d738afa87863aec4 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 14 Feb 2022 20:52:48 +0100 Subject: Drop pkglibexecdir and use native CMake file configuration --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}") -- cgit v1.2.3