aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 13:48:06 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 13:48:06 -0500
commita68e9ddf362f2037476e9a38c9982f396c62bccc (patch)
treec6c66a9bff6e38adec47860b05f1902240971280 /lfs.sh
parentfd6537d1bf69e3b73eb3e7cec0be7811e4a72539 (diff)
parent1711f4725f3f01241dd5097fd9ecf72aaa5283b2 (diff)
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index ad58449..7a187f5 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -80,12 +80,13 @@ esac
# Copy scripts and csv files to LFS sources target
printf "%b" "${GRN}Copying required files to ${YLW}${LFS}/sources \
-${GRN}target directory.${RST}\n"
+${GRN}target directory...${RST}\n"
cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources"
cd "${LFS}/sources" || exit 1
# Download packages and patches
+printf "%b" "${GRN}Downloading source packages and patches... \n"
source download.sh
retval=$?
if [ "$retval" -ne 0 ]; then