diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:43:18 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:43:18 -0500 |
commit | fd6537d1bf69e3b73eb3e7cec0be7811e4a72539 (patch) | |
tree | d288376976defe0495a0ac92c991b0cef905dc1b | |
parent | 2fdc594c54a592070de1336d8b9a8e8eb97e974b (diff) |
Add message when copying requierd files for build to LFS sources target directory.
-rwxr-xr-x | lfs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |