aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 13:43:43 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 13:43:43 -0500
commit6d9b057d88dba4d2f7cd8cf0043cc5fad7f52478 (patch)
tree487d210f21985a07fbdc47145c36f17c359fb88d /lfs.sh
parentf2e9645d4fa4d21c3938ec24cd7539c812fc8f03 (diff)
Add message when copying requierd files for build to LFS sources target directory.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index 46cbfdd..4e77095 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