From 027c5ff062c80dc4dae44ba86528c999349ccf01 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Fri, 22 Oct 2021 13:19:53 +0000
Subject: [PATCH] Install calibrations to dedicated directory

(cherry picked from commit fab06134402d6bf7e49eb7e08b03c9911af50ab1)
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 219d944a..1997c071 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,5 +69,5 @@ install(FILES athena.xml
 #-----------------------------------------------------------------------------------
 # Install the detector calibration files.
 install(DIRECTORY calibrations/
-    DESTINATION share/${PROJECT_NAME}/
+    DESTINATION share/${PROJECT_NAME}/calibrations
     )
-- 
GitLab