From dae77a50e67a9af59d5aedb45ace0e5a5358c9ee Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 3 Feb 2022 18:42:06 +0100 Subject: [PATCH] fixed moench copy for conda --- conda-recepie/copy_moench.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recepie/copy_moench.sh b/conda-recepie/copy_moench.sh index 7c4742f32..fc4daea2c 100644 --- a/conda-recepie/copy_moench.sh +++ b/conda-recepie/copy_moench.sh @@ -1,6 +1,6 @@ # SPDX-License-Identifier: LGPL-3.0-or-other # Copyright (C) 2021 Contributors to the SLS Detector Package + #Copy the Moench executables mkdir -p $PREFIX/bin -cp build/install/bin/moench04ZmqProcess $PREFIX/bin/. -cp build/install/bin/moenchZmqProcess $PREFIX/bin/. \ No newline at end of file +cp build/install/bin/moench* $PREFIX/bin/.