From e11a665cd6fdb7bc93cb49df8c47bf3eb7de124a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 18 May 2020 21:20:11 -0400 Subject: [PATCH] raspberrypi-buildbot.sh: Fix output directory. --- build-scripts/raspberrypi-buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh index cf0c2311de9e9..9486198926624 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