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:
parent
49caafec7d
commit
a083488c02
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue