From 1711f4725f3f01241dd5097fd9ecf72aaa5283b2 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 13:46:17 -0500 Subject: Add download message when downloading packages and patches. --- lfs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index 4e77095..a056eab 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 -- cgit v1.2.3-54-g00ecf