summaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/raspberrypi-buildbot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh
index cf0c2311d..948619892 100755
--- a/build-scripts/raspberrypi-buildbot.sh
+++ b/build-scripts/raspberrypi-buildbot.sh
@@ -28,7 +28,7 @@ if [ "x$MAKE" == "x" ]; then
MAKE="make -j$NCPU"
fi
-BUILDBOTDIR="raspberrypi-buildbot"
+BUILDBOTDIR="buildbot"
PARENTDIR="$PWD"
set -e