mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-01 02:10:05 +02:00
6 lines
263 B
Bash
6 lines
263 B
Bash
# 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/. |