瀏覽代碼

raspberrypi-buildbot.sh: Fix output directory.

Ryan C. Gordon 4 年之前
父節點
當前提交
e11a665cd6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
 fi
 
-BUILDBOTDIR="raspberrypi-buildbot"
+BUILDBOTDIR="buildbot"
 PARENTDIR="$PWD"
 
 set -e