blob: c22ef697b2f166f098e4a65764220e1774157917 [file] [log] [blame]
Andrew Geissler5082cc72023-09-11 08:41:39 -04001From aea4c06ee2a0661d0c7b4773e846276a4f10e2e8 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Wed, 9 Mar 2022 11:48:44 +0800
4Subject: [PATCH] Install example configuration files to /etc/vsomeip
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
9---
10 CMakeLists.txt | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/CMakeLists.txt b/CMakeLists.txt
14index fea80b4a..e7a92ec6 100644
15--- a/CMakeLists.txt
16+++ b/CMakeLists.txt
17@@ -501,7 +501,7 @@ install(FILES ${PROJECT_BINARY_DIR}/vsomeip.pc DESTINATION lib/pkgconfig)
18 endif ()
19
20 install (
21- FILES ${EXAMPLE_CONFIG_FILES} DESTINATION etc/vsomeip COMPONENT config
22+ FILES ${EXAMPLE_CONFIG_FILES} DESTINATION ${DEFAULT_CONFIGURATION_FOLDER} COMPONENT config
23 )
24
25 # Add all targets to the build-tree export set
26--
272.25.1
28