Quellcode durchsuchen

Fix output path

Markus Lindenberg vor 9 Jahren
Ursprung
Commit
4fe928e8a5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      docker/build.sh

+ 1 - 1
docker/build.sh

@@ -20,4 +20,4 @@ time make -j $(($(nproc)+1)) V=s BROKEN=1 GLUON_TARGET=ar71xx-generic
 set +x
 echo -e "\nBUILD FINISHED\n"
 echo "You can copy the resulting images from the container using:"
-echo -e "\ndocker cp ${HOSTNAME}:/usr/src/build/gluon/images <destination>\n"
+echo -e "\ndocker cp ${HOSTNAME}:/usr/src/build/gluon/output <destination>\n"