From c3194753af087b20b10f470df0e9ef639d2b6ed9 Mon Sep 17 00:00:00 2001 From: kartnema Date: Tue, 17 Feb 2026 16:40:23 +0530 Subject: [PATCH] Change config install path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6ec973..c827240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ install(TARGETS UrmPlugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/urm/) file(GLOB pluginConfigs "${CMAKE_CURRENT_SOURCE_DIR}/Configs/*.yaml") install( FILES ${pluginConfigs} - DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/urm/custom + DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/urm/target PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ )