Skip to content

Commit

Permalink
raspberrypi-buildbot.sh: Fix output directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 19, 2020
1 parent 9db4e6e commit e11a665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/raspberrypi-buildbot.sh
Expand Up @@ -28,7 +28,7 @@ if [ "x$MAKE" == "x" ]; then
MAKE="make -j$NCPU"
fi

BUILDBOTDIR="raspberrypi-buildbot"
BUILDBOTDIR="buildbot"
PARENTDIR="$PWD"

set -e
Expand Down

0 comments on commit e11a665

Please sign in to comment.