diff --git a/ADAravis/install.sh b/ADAravis/install.sh index e354203..475f0b1 100755 --- a/ADAravis/install.sh +++ b/ADAravis/install.sh @@ -67,11 +67,6 @@ ARAVIS_INCLUDE = /usr/local/include/aravis-0.8/ ibek support add-to-config-site ${NAME} "${CONFIG}" ibek support add-to-config-site ADGenICam "${CONFIG}" - -# TODO may need -# ioc_SYS_LIBS += aravis-0.8 -# in the Makefile - # compile the support module ibek support compile ADGenICam ibek support compile ${NAME} diff --git a/ioc/liveness.sh b/ioc/liveness.sh index 861e5c4..b0f5c0c 100755 --- a/ioc/liveness.sh +++ b/ioc/liveness.sh @@ -1,11 +1,11 @@ #!/bin/bash -TOP=/repos/epics/ioc +TOP=/epics/ioc cd ${TOP} CONFIG_DIR=${TOP}/config set -ex -CONFIG_DIR=/repos/epics/ioc/config +CONFIG_DIR=/epics/ioc/config THIS_SCRIPT=$(realpath ${0}) override=${CONFIG_DIR}/liveness.sh diff --git a/ioc/stop.sh b/ioc/stop.sh index 9d92a1e..d8ad48f 100644 --- a/ioc/stop.sh +++ b/ioc/stop.sh @@ -1,6 +1,6 @@ #!/bin/bash -TOP=/repos/epics/ioc +TOP=/epics/ioc cd ${TOP} CONFIG_DIR=${TOP}/config