Просмотр исходного кода

raspberrypi-buildbot.sh: Fix output directory.

Ryan C. Gordon 5 лет назад
Родитель
Сommit
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