1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

packaging: do not reinstall libethercat if it is already present

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-01-05 14:39:36 +00:00 committed by Philipp Jungkamp
parent 49caafec7d
commit a083488c02

View file

@ -98,7 +98,8 @@ if ! pkg-config "libzmq >= 2.2.0" && \
fi
# Build & Install EtherLab
if [ -z "${SKIP_ETHERLAB}" ]; then
if ! pkg-config "libethercat >= 1.5.2" && \
[ -z "${SKIP_ETHERLAB}" ]; then
git clone ${GIT_OPTS} --branch stable-1.5 https://gitlab.com/etherlab.org/ethercat.git
pushd ethercat
./bootstrap