Skip to content
Snippets Groups Projects

chore: dd4hep-1.29

Merged Wouter Deconinck requested to merge dd4hep-1.29 into master
Files
4
@@ -290,8 +290,9 @@ COPY singularity.d /.singularity.d
@@ -290,8 +290,9 @@ COPY singularity.d /.singularity.d
## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main
## Fixup /opt/detector/epic-git.fcf90937193c983c0af2acf1251e01f2e2c3a259_main
RUN <<EOF
RUN <<EOF
shopt -s nullglob
shopt -s nullglob
for detector in /opt/detector/epic-git.*_* ; do
cd /opt/detector
ln -s ${detector} /opt/detector/epic-${detector/*_/}
for detector in epic-git.*_* ; do
 
ln -s ${detector} epic-${detector/*_/}
done
done
EOF
EOF
Loading