Fix small mistakes in several overlay bundles

This commit is contained in:
bauen1 2017-11-13 19:32:51 +01:00
parent 85f5beef57
commit 894a06bd0d
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
5 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay
if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then
# Downloading Dropbear source bundle file. The '-c' option allows the download to resume.
echo "Downloading Links source bundle from $DOWNLOAD_URL"
echo "Downloading Dropbear source bundle from $DOWNLOAD_URL"
wget -c $DOWNLOAD_URL
else
echo "Using local Dropbear source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE"

View File

@ -22,7 +22,7 @@ cd $MAIN_SRC_DIR/source/overlay
if [ ! "$USE_LOCAL_SOURCE" = "true" ] ; then
# Downloading the Lua bundle file. The '-c' option allows the download to resume.
echo "Downloading the Lua source bundle from $DOWNLOAD_URL"
echo "Downloading Lua source bundle from $DOWNLOAD_URL"
wget -c $DOWNLOAD_URL
else
echo "Using local Lua source bundle $MAIN_SRC_DIR/source/overlay/$ARCHIVE_FILE"

0
src/minimal_overlay/bundles/util_linux/01_get.sh Normal file → Executable file
View File

0
src/minimal_overlay/bundles/util_linux/02_build.sh Normal file → Executable file
View File

0
src/minimal_overlay/bundles/util_linux/bundle.sh Normal file → Executable file
View File