From 02867f1a74dccf646ff4e0e2c157d03871dff51b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Tue, 2 May 2023 13:36:03 -0400
Subject: [PATCH] cmake: install jamid to libexec

Change-Id: Ief19e95693560eb1db50a90a446106e201860680
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 11735f0b68..f43940d271 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -632,7 +632,7 @@ else()
             ${DBUS_ADAPTOR_FILES}
         )
         target_link_libraries(jamid ${PROJECT_NAME} PkgConfig::DBusCpp)
-        install (TARGETS jamid)
+        install (TARGETS jamid DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
     endif()
 
 endif()
-- 
GitLab