From 017926dffb1688b7f962146dc95f302f44b1dcfb Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 27 Sep 2023 13:13:30 +0100 Subject: [PATCH] remove /repos/ from paths --- ADAravis/install.sh | 5 ----- ioc/liveness.sh | 4 ++-- ioc/stop.sh | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) 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