Skip to content

Commit c050623

Browse files
committed
[WORKER] Default to the RosBE-Unix installed via package manager.
1 parent d6e2551 commit c050623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worker/config.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ TIME="$PWD/../../time"
1313
export LANG="C" LC_ALL=C
1414

1515
# Build Settings
16-
ROSBE_DIR="/usr/local/RosBE"
16+
ROSBE_DIR="/usr/RosBE"
1717
WORKDIR="/mnt/ramdisk/buildbot"
1818
export ROS_ARCH="i386"
1919
export ROS_OUTPUT="$WORKDIR/output-MinGW-$ROS_ARCH"
2020
export PATH="$ROSBE_DIR/$ROS_ARCH/bin:$ROSBE_DIR/bin:$PATH"
21-
export _ROSBE_VERSION=`cat "/usr/local/RosBE/RosBE-Version"`
21+
export _ROSBE_VERSION=`cat "$ROSBE_DIR/RosBE-Version"`
2222

2323
# CCache Settings
2424
CCACHE_MEMORY="4G"

0 commit comments

Comments
 (0)