Skip to content

Commit

Permalink
remove /repos/ from paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 27, 2023
1 parent ab8a5ba commit 017926d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions ADAravis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions ioc/liveness.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion ioc/stop.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

TOP=/repos/epics/ioc
TOP=/epics/ioc
cd ${TOP}
CONFIG_DIR=${TOP}/config

Expand Down

0 comments on commit 017926d

Please sign in to comment.