Преглед на файлове

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