diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:43:43 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:43:43 -0500 |
commit | 6d9b057d88dba4d2f7cd8cf0043cc5fad7f52478 (patch) | |
tree | 487d210f21985a07fbdc47145c36f17c359fb88d /lfs.sh | |
parent | f2e9645d4fa4d21c3938ec24cd7539c812fc8f03 (diff) |
Add message when copying requierd files for build to LFS sources target directory.
Diffstat (limited to 'lfs.sh')
-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 |