Browse Source

raspberrypi-buildbot.sh: Fix output directory.

Ryan C. Gordon 5 years ago
parent
commit
e11a665cd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-scripts/raspberrypi-buildbot.sh

+ 1 - 1
build-scripts/raspberrypi-buildbot.sh

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