소스 검색

raspberrypi-buildbot.sh: Fix output directory.

Ryan C. Gordon 5 년 전
부모
커밋
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