From 8df4cf9c9de286aee34e9d3b232ed5954b088625 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Thu, 15 Jul 2021 18:57:12 +0000
Subject: [PATCH] athena now installs athena.xml and compact/ to share

---
 containers/jug/xl.Dockerfile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile
index 2e4bd4c8c..9aa7343ed 100644
--- a/containers/jug/xl.Dockerfile
+++ b/containers/jug/xl.Dockerfile
@@ -61,9 +61,6 @@ RUN cd /tmp
  && cmake -B build -S athena -DCMAKE_CXX_STANDARD=17                            \
           -DCMAKE_INSTALL_PREFIX=${DETECTOR_PREFIX}                             \
  && cmake --build build -j12 -- install                                         \
- && cp -r athena/compact                                                        \
-          athena/athena.xml                                                     \
-          ${DETECTOR_DATA}                                                      \
  && pushd athena                                                                \
  && echo " - Athena: ${DETECTOR_VERSION}-$(git rev-parse HEAD)"                 \
           >> /etc/jug_info                                                      \
-- 
GitLab