Commit e11a665cd6fdb7bc93cb49df8c47bf3eb7de124a

Ryan C. Gordon 2020-05-18T21:20:11

raspberrypi-buildbot.sh: Fix output directory.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/raspberrypi-buildbot.sh b/build-scripts/raspberrypi-buildbot.sh
index cf0c231..9486198 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