raspberrypi-buildbot.sh: Fix output directory.

This commit is contained in:
Ryan C. Gordon 2020-05-18 21:20:11 -04:00
parent 9db4e6ed35
commit e11a665cd6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if [ "x$MAKE" == "x" ]; then
MAKE="make -j$NCPU"
fi
BUILDBOTDIR="raspberrypi-buildbot"
BUILDBOTDIR="buildbot"
PARENTDIR="$PWD"
set -e