From d27d9b528f64f9c43fc5a854e7e868647524dd9d Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Wed, 1 Apr 2020 18:23:32 +0200 Subject: [HICN-587] Fix RAAQM default config path Signed-off-by: Olivier Roques Change-Id: I5c371941fcd550c676823f3f994f4a18160d632a --- libtransport/src/protocols/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransport/src/protocols/CMakeLists.txt b/libtransport/src/protocols/CMakeLists.txt index 3156d9ae9..8bfbdd6ad 100644 --- a/libtransport/src/protocols/CMakeLists.txt +++ b/libtransport/src/protocols/CMakeLists.txt @@ -53,7 +53,7 @@ list(APPEND SOURCE_FILES ) set(RAAQM_CONFIG_INSTALL_PREFIX -${CMAKE_INSTALL_PREFIX}/etc/hicn + ${CMAKE_INSTALL_FULL_SYSCONFDIR}/hicn ) set(raaqm_config_path -- cgit 1.2.3-korg