Skip to content

Commit

Permalink
fix ioc install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 24, 2024
1 parent c7c74ab commit f67a361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ioc/config
.build.swp

# this gets updated during RTEMS builds
ioc/configure/CONFIG_SITE.Common.linux-x86_64
**/CONFIG_SITE.Common.linux-x86_64
4 changes: 3 additions & 1 deletion ioc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# every install.sh script in ibek-support should call this script
# before it compiles its support module.

x86_cfg='./configure/CONFIG_SITE.Common.linux-x86_64'
THIS=$(realpath $(dirname $0))

x86_cfg="${THIS}/configure/CONFIG_SITE.Common.linux-x86_64"

# for RTEMS builds don't build for the host architecture, target only
if [[ $EPICS_TARGET_ARCH == "RTEMS"* ]]; then
Expand Down

0 comments on commit f67a361

Please sign in to comment.