From fd6537d1bf69e3b73eb3e7cec0be7811e4a72539 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 13:43:18 -0500 Subject: Add message when copying requierd files for build to LFS sources target directory. --- lfs.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lfs.sh') diff --git a/lfs.sh b/lfs.sh index a22704c..ad58449 100755 --- a/lfs.sh +++ b/lfs.sh @@ -79,6 +79,9 @@ esac #printf "%b" "${LFS_PWD}\n${LFS_PWD}\n" | sudo passwd lfs # Copy scripts and csv files to LFS sources target +printf "%b" "${GRN}Copying required files to ${YLW}${LFS}/sources \ +${GRN}target directory.${RST}\n" + cp -rf ./*.sh chapter* ./*.csv "${LFS}/sources" cd "${LFS}/sources" || exit 1 -- cgit v1.2.3-54-g00ecf